summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-03-02 17:46:44 (UTC)
committer mickeyl <mickeyl>2004-03-02 17:46:44 (UTC)
commitcf2aba4f42477981ffb66339fb2d8878e3f19d66 (patch) (unidiff)
tree66df92e8aaa1583bbae283c69fc618304ebb2a95
parent178615d5e553b0991584aa69a035164ad4e9f34e (diff)
downloadopie-cf2aba4f42477981ffb66339fb2d8878e3f19d66.zip
opie-cf2aba4f42477981ffb66339fb2d8878e3f19d66.tar.gz
opie-cf2aba4f42477981ffb66339fb2d8878e3f19d66.tar.bz2
enable chosing libslcompat
Diffstat (more/less context) (show 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".