summaryrefslogtreecommitdiff
path: root/ext/curl/config.m4
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-11-22 22:54:22 +0000
committerAntony Dovgal <tony2001@php.net>2005-11-22 22:54:22 +0000
commite3586e0407cc91922baf80a2f9934169b73879ea (patch)
tree583dc0342089f611655a21748162b0c6c819d93f /ext/curl/config.m4
parentd1aeaab5cc1ffcd51278cb2078efad9e40e7ca2e (diff)
downloadphp-git-e3586e0407cc91922baf80a2f9934169b73879ea.tar.gz
MF51: fix #35341 (Fix for bug #33760 breaks build with older curl)
Diffstat (limited to 'ext/curl/config.m4')
-rw-r--r--ext/curl/config.m42
1 files changed, 1 insertions, 1 deletions
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])