wez             Thu Nov  7 13:07:03 2002 EDT

  Modified files:              
    /php4/ext/curl      config.m4 
  Log:
  Really disable curlwrappers configure option.
  
  
Index: php4/ext/curl/config.m4
diff -u php4/ext/curl/config.m4:1.17 php4/ext/curl/config.m4:1.18
--- php4/ext/curl/config.m4:1.17        Wed Nov  6 05:24:48 2002
+++ php4/ext/curl/config.m4     Thu Nov  7 13:07:03 2002
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.17 2002/11/06 10:24:48 wez Exp $
+dnl $Id: config.m4,v 1.18 2002/11/07 18:07:03 wez Exp $
 dnl
 
 PHP_ARG_WITH(curl, for CURL support,
@@ -68,9 +68,9 @@
     $CURL_LIBS -L$CURL_DIR/lib
   ])
 
-  if test "$PHP_CURLWRAPPERS" != "no" ; then
-       AC_DEFINE(PHP_CURL_URL_WRAPPERS,1,[ ])
-  fi
+dnl  if test "$PHP_CURLWRAPPERS" != "no" ; then
+dnl    AC_DEFINE(PHP_CURL_URL_WRAPPERS,1,[ ])
+dnl  fi
 
   PHP_NEW_EXTENSION(curl, curl.c curlstreams.c, $ext_shared)
   PHP_SUBST(CURL_SHARED_LIBADD)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to