]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Allow older versions of curl to be used
authorTravis Cross <tc@traviscross.com>
Thu, 20 Mar 2014 21:46:07 +0000 (21:46 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 20 Mar 2014 21:46:07 +0000 (21:46 +0000)
...at your own risk.  cURL has had some serious security issues over
the years, so if you're using an ancient version, I hope that you're
receiving security patches from your vendor.

The version set here is to accommodate CentOS 6.

configure.ac

index 8fe406cb6b9d64e24789576b79a888e399a56010..b776db1f6a2d516e3a7646010c374fa8beff6755 100644 (file)
@@ -1074,7 +1074,7 @@ case $host in
        ;;
 esac
 
-PKG_CHECK_MODULES([CURL], [libcurl >= 7.26])
+PKG_CHECK_MODULES([CURL], [libcurl >= 7.19])
 PKG_CHECK_MODULES([PCRE], [libpcre >= 7.8])
 PKG_CHECK_MODULES([SPEEX], [speex >= 1.2rc1 speexdsp >= 1.2rc1])