summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (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
@@ -225,24 +225,25 @@ endmenu
225comment "" 225comment ""
226 226
227menu "Unsupported / Unmaintained" 227menu "Unsupported / Unmaintained"
228 source noncore/unsupported/config.in 228 source noncore/unsupported/config.in
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".
245 There currently do exist to groups "[contact]" and "[todo]". You can 246 There currently do exist to groups "[contact]" and "[todo]". You can
246 select the used backend by the variable "usebackend=<type>", where 247 select the used backend by the variable "usebackend=<type>", where
247 <type> is "sql" or "xml". "xml" is the default ! 248 <type> is "sql" or "xml". "xml" is the default !
248 Important: The SQLite-library "libsqlite.so" must be installed ! 249 Important: The SQLite-library "libsqlite.so" must be installed !