From: Antony Dovgal Date: Tue, 22 Nov 2005 22:54:22 +0000 (+0000) Subject: MF51: fix #35341 (Fix for bug #33760 breaks build with older curl) X-Git-Tag: RELEASE_2_0_2~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3586e0407cc91922baf80a2f9934169b73879ea;p=php MF51: fix #35341 (Fix for bug #33760 breaks build with older curl) --- diff --git a/ext/curl/config.m4 b/ext/curl/config.m4 index 1352110237..cd885efe80 100644 --- a/ext/curl/config.m4 +++ b/ext/curl/config.m4 @@ -50,7 +50,7 @@ if test "$PHP_CURL" != "no"; then fi AC_MSG_CHECKING([for SSL support in libcurl]) - CURL_SSL=`$CURL_CONFIG --features | $EGREP SSL` + CURL_SSL=`$CURL_CONFIG --feature | $EGREP SSL` if test "$CURL_SSL" = "SSL"; then AC_MSG_RESULT([yes]) AC_DEFINE([HAVE_CURL_SSL], [1], [Have cURL with SSL support])