From e3586e0407cc91922baf80a2f9934169b73879ea Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 22 Nov 2005 22:54:22 +0000 Subject: [PATCH] MF51: fix #35341 (Fix for bug #33760 breaks build with older curl) --- ext/curl/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.40.0