X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.m4;h=26832b9986f29798377242ab6f1510e4eb9691f1;hb=62cdecc6f90ac7689800e80124ce85eda0316e98;hp=2ff41aa45241dc356469d3d6b310dde7515c8cff;hpb=5dc71016d93c6e05fc9c6e933b934dfe9ab277fb;p=m6w6%2Fext-http diff --git a/config.m4 b/config.m4 index 2ff41aa..26832b9 100644 --- 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