summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-02-10 14:07:06 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-02-10 14:07:06 -0800
commit213ed76b8ef3346e3689cb7f2e0ecb79587b1842 (patch)
tree6a486ddaaf0620e3b8a4059697988892e65a2869
parent66fd093b405a86926bc6f0faa109b25f5eb1af91 (diff)
downloadlibsoup-213ed76b8ef3346e3689cb7f2e0ecb79587b1842.tar.gz
libsoup-213ed76b8ef3346e3689cb7f2e0ecb79587b1842.tar.bz2
libsoup-213ed76b8ef3346e3689cb7f2e0ecb79587b1842.zip
fixed typo enable_sqllite -> enable_sqlitesubmit/trunk/20130210.220726accepted/trunk/20130210.220352
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0282f383..43bde357 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,7 +154,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 ***