- bug has been fixed; remaining buffering apache filter brigades are not directly...
[m6w6/ext-http] / config.m4
index 2ff41aa45241dc356469d3d6b310dde7515c8cff..26832b9986f29798377242ab6f1510e4eb9691f1 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -79,6 +79,11 @@ dnl ----
                
                CURL_LIBS=`$CURL_CONFIG --libs`
                
+               CURL_ZLIB= `$CURL_CONFIG --features | $EGREP libz`
+               if test "$CURL_ZLIB" = "libz"; then
+                       AC_DEFINE([HTTP_HAVE_CURL_ZLIB], [1], [ ])
+               fi
+               
                AC_MSG_CHECKING([for SSL support in libcurl])
                CURL_SSL=`$CURL_CONFIG --features | $EGREP SSL`
                if test "$CURL_SSL" = "SSL"; then