From: Sterling Hughes Date: Wed, 21 May 2003 15:47:01 +0000 (+0000) Subject: ilia's request is my command X-Git-Tag: RELEASE_1_0_2~658 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18254e85efe2bf66f2a98ac4f9f1d531af72e885;p=php ilia's request is my command --- diff --git a/ext/curl/config.m4 b/ext/curl/config.m4 index 6a007b8c15..182fc0fe5a 100644 --- a/ext/curl/config.m4 +++ b/ext/curl/config.m4 @@ -30,7 +30,7 @@ if test "$PHP_CURL" != "no"; then fi CURL_CONFIG="curl-config" - AC_MSG_CHECKING(for cURL 7.10.2 or greater) + AC_MSG_CHECKING(for cURL 7.10.5 or greater) if ${CURL_DIR}/bin/curl-config --libs print > /dev/null 2>&1; then CURL_CONFIG=${CURL_DIR}/bin/curl-config @@ -42,7 +42,7 @@ if test "$PHP_CURL" != "no"; then curl_version_full=`$CURL_CONFIG --version` curl_version=`echo ${curl_version_full} | sed -e 's/libcurl //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$curl_version" -ge 7010002; then + if test "$curl_version" -ge 7010005; then AC_MSG_RESULT($curl_version_full) CURL_LIBS=`$CURL_CONFIG --libs` else