- fix config.m4
[m6w6/ext-http] / config.m4
index 26832b9986f29798377242ab6f1510e4eb9691f1..9cb097379274c9c36d40b68fdc5b1f526aae6ec3 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -79,7 +79,7 @@ dnl ----
                
                CURL_LIBS=`$CURL_CONFIG --libs`
                
-               CURL_ZLIB= `$CURL_CONFIG --features | $EGREP libz`
+               CURL_ZLIB=`$CURL_CONFIG --features | $EGREP libz`
                if test "$CURL_ZLIB" = "libz"; then
                        AC_DEFINE([HTTP_HAVE_CURL_ZLIB], [1], [ ])
                fi