diff options
author | Wez Furlong <wez@php.net> | 2002-11-07 18:07:03 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-11-07 18:07:03 +0000 |
commit | be769483d5c72fb0db17ab3ac33f1835da4b6fd7 (patch) | |
tree | 0456a72ec04374d7bea1e3d5e33464ee88f62f7d /ext/curl | |
parent | 7db2ebd8eae612f127b2b0df96398cb336e73d3d (diff) | |
download | php-git-be769483d5c72fb0db17ab3ac33f1835da4b6fd7.tar.gz |
Really disable curlwrappers configure option.
Diffstat (limited to 'ext/curl')
-rw-r--r-- | ext/curl/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/curl/config.m4 b/ext/curl/config.m4 index 2d3a7d425c..5841c173df 100644 --- a/ext/curl/config.m4 +++ b/ext/curl/config.m4 @@ -68,9 +68,9 @@ if test "$PHP_CURL" != "no"; then $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) |