]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Lower required version of sqlite
authorTravis Cross <tc@traviscross.com>
Mon, 24 Mar 2014 13:51:07 +0000 (13:51 +0000)
committerTravis Cross <tc@traviscross.com>
Mon, 24 Mar 2014 13:55:43 +0000 (13:55 +0000)
We've really only tested 3.8.3.1, so you might want to consider using
that.  We'll lower this down to 3.7.13 for Debian wheezy.  Please
test.

configure.ac

index ca837ff0b7f5aaa5852858a473ad94a722eb25e0..21793ad1eb14ca66030d9e117a681038c9dbe515 100644 (file)
@@ -1081,7 +1081,7 @@ case $host in
        ;;
 esac
 
-PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.8.3.1])
+PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.7.13])
 PKG_CHECK_MODULES([CURL], [libcurl >= 7.19])
 PKG_CHECK_MODULES([PCRE], [libpcre >= 7.8])
 PKG_CHECK_MODULES([SPEEX], [speex >= 1.2rc1 speexdsp >= 1.2rc1])