]> granicus.if.org Git - php/commitdiff
MF51: fix #35341 (Fix for bug #33760 breaks build with older curl)
authorAntony Dovgal <tony2001@php.net>
Tue, 22 Nov 2005 22:54:22 +0000 (22:54 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 22 Nov 2005 22:54:22 +0000 (22:54 +0000)
ext/curl/config.m4

index 135211023785cba0ba523df59d97be8317a86503..cd885efe80753b117c6d3c61020cbbe2388d31c7 100644 (file)
@@ -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])