summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.in b/config.in
index 96cd28f..b57488a 100644
--- a/config.in
+++ b/config.in
@@ -229,16 +229,17 @@ menu "Unsupported / Unmaintained"
229endmenu 229endmenu
230 230
231comment "" 231comment ""
232 depends on EXPERIMENTAL 232 depends on EXPERIMENTAL
233menu "Experimental" 233menu "Experimental"
234 depends on EXPERIMENTAL 234 depends on EXPERIMENTAL
235 source libopie2/config.in 235 source libopie2/config.in
236 source libqtaux/config.in 236 source libqtaux/config.in
237 source libslcompat/config.in
237 238
238 config SQL_PIM_BACKEND 239 config SQL_PIM_BACKEND
239 bool "Add SQL-Backend support" 240 bool "Add SQL-Backend support"
240 default n 241 default n
241 help 242 help
242 This adds the SQL-Support, using SQLite. Which database is used 243 This adds the SQL-Support, using SQLite. Which database is used
243 by the backends is defined by the file "pimaccess.conf" in the 244 by the backends is defined by the file "pimaccess.conf" in the
244 directory "Settings". 245 directory "Settings".