diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index efdbc4a3..b781423c 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7 +150,7 @@ fi AC_SUBST(SQLITE_CFLAGS) AC_SUBST(SQLITE_LIBS) -AM_CONDITIONAL(SQLITE_SUPPORT, [test $enable_sqllite = yes]) +AM_CONDITIONAL(SQLITE_SUPPORT, [test $enable_sqlite = yes]) dnl ********************* dnl *** GNOME support *** |