diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-10 14:07:06 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-04-26 15:38:07 -0700 |
commit | f5b049990d4ff89b17432cb8eb01d067103c6d58 (patch) | |
tree | 96204439ea62e529a31a468eb4094ef3bf7eb561 | |
parent | 44b1f20dfc5d5d7123318487a070fdfa9432cc0d (diff) | |
download | libsoup-f5b049990d4ff89b17432cb8eb01d067103c6d58.tar.gz libsoup-f5b049990d4ff89b17432cb8eb01d067103c6d58.tar.bz2 libsoup-f5b049990d4ff89b17432cb8eb01d067103c6d58.zip |
fixed typo enable_sqllite -> enable_sqlite
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f0c75d91..a96321be 100644 --- a/configure.ac +++ b/configure.ac @@ -147,7 +147,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 *** |