tony2001 Tue Nov 22 17:54:22 2005 EDT
Modified files:
/php-src/ext/curl config.m4
Log:
MF51: fix #35341 (Fix for bug #33760 breaks build with older curl)
http://cvs.php.net/diff.php/php-src/ext/curl/config.m4?r1=1.31&r2=1.32&ty=u
Index: php-src/ext/curl/config.m4
diff -u php-src/ext/curl/config.m4:1.31 php-src/ext/curl/config.m4:1.32
--- php-src/ext/curl/config.m4:1.31 Thu Nov 10 03:04:57 2005
+++ php-src/ext/curl/config.m4 Tue Nov 22 17:54:22 2005
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.31 2005/11/10 08:04:57 sniper Exp $
+dnl $Id: config.m4,v 1.32 2005/11/22 22:54:22 tony2001 Exp $
dnl
PHP_ARG_WITH(curl, for cURL support,
@@ -50,7 +50,7 @@
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])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php