prototype implemementation of an sqlite configuration backend
This commit is contained in:
@@ -175,6 +175,16 @@ AC_ARG_ENABLE(
|
||||
)
|
||||
AM_CONDITIONAL(USE_LIBXML, test x$xml = xtrue)
|
||||
|
||||
AC_ARG_ENABLE(
|
||||
[sqlite],
|
||||
AS_HELP_STRING([--enable-sqlite],[enable SQLite configuration backend (default is NO). Requires libsqlite3.]),
|
||||
[if test x$enableval = xyes; then
|
||||
sqlite=true
|
||||
AC_DEFINE(LIBSQLITE)
|
||||
fi]
|
||||
)
|
||||
AM_CONDITIONAL(USE_LIBSQLITE, test x$sqlite = xtrue)
|
||||
|
||||
AC_ARG_ENABLE(
|
||||
[smartcard],
|
||||
AS_HELP_STRING([--enable-smartcard],[enable smartcard support (default is NO).]),
|
||||
|
||||
Reference in New Issue
Block a user