From: Wez Furlong Date: Mon, 9 Dec 2002 18:25:37 +0000 (+0000) Subject: No need to compile this code if curl streams are not enabled, which they X-Git-Tag: php-4.3.0RC3~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2a98beaeef434591ee5169acd934f8f5fd01d25;p=php No need to compile this code if curl streams are not enabled, which they cannot be in 4.3 (configure option is disabled and they don't work yet anyway). --- diff --git a/ext/curl/curlstreams.c b/ext/curl/curlstreams.c index eaee95409d..6117f22400 100644 --- a/ext/curl/curlstreams.c +++ b/ext/curl/curlstreams.c @@ -30,7 +30,7 @@ #include "php.h" #include "php_memory_streams.h" -#if HAVE_CURL +#if HAVE_CURL && defined(PHP_CURL_URL_WRAPPERS) #include #include