diff options
author | foobar <sniper@php.net> | 2002-09-04 18:47:28 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-09-04 18:47:28 +0000 |
commit | 3bf7519210f53439d22d66c2b05a65e903a12926 (patch) | |
tree | 9bf39a3928e465b4e62b4d0a3066133470f4278e /ext/curl | |
parent | dcf995c648aced2fc1f6801bd8dee1145823325f (diff) | |
download | php-git-3bf7519210f53439d22d66c2b05a65e903a12926.tar.gz |
@- Added --disable-all configure option. (Jani)
Diffstat (limited to 'ext/curl')
-rw-r--r-- | ext/curl/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/config.m4 b/ext/curl/config.m4 index c3c4a7e3ca..9570d39e34 100644 --- a/ext/curl/config.m4 +++ b/ext/curl/config.m4 @@ -7,7 +7,7 @@ PHP_ARG_WITH(curl, for CURL support, dnl Temporary option while we develop this aspect of the extension PHP_ARG_WITH(curlwrappers, if we should use CURL for url streams, -[ --with-curlwrappers Use CURL for url streams]) +[ --with-curlwrappers Use CURL for url streams], no, no) if test "$PHP_CURL" != "no"; then if test -r $PHP_CURL/include/curl/easy.h; then |