From: Travis Cross Date: Thu, 20 Mar 2014 21:46:07 +0000 (+0000) Subject: Allow older versions of curl to be used X-Git-Tag: v1.5.12~348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad094b7a8bbdd578a9462bfef9d25db325f4dea6;p=thirdparty%2Ffreeswitch.git Allow older versions of curl to be used ...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. --- diff --git a/configure.ac b/configure.ac index 8fe406cb6b..b776db1f6a 100644 --- a/configure.ac +++ b/configure.ac @@ -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])