- CURLOPT_COOKIELIST needs curl 7.15
[m6w6/ext-http] / http_api.c
index 22d622cdf6cb42e8ed12a0003a652a91354f87fe..a5ecb12ec66fbdae50e81974a144c526ddb841b0 100644 (file)
@@ -55,7 +55,7 @@ PHP_HTTP_API long _http_support(long feature)
 #ifdef HTTP_HAVE_MAGIC
        support |= HTTP_SUPPORT_MAGICMIME;
 #endif
-#if defined(HTTP_HAVE_ZLIB) || defined(HAVE_ZLIB)
+#ifdef HTTP_HAVE_ZLIB
        support |= HTTP_SUPPORT_ENCODINGS;
 #endif