X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.m4;h=29f1698f4e8408ca69bea06f5b379f16bc8b5976;hp=62dcb4f04b1a116be03684e41424d43a920444db;hb=61ced187b8a3a3c21578d253e37d1a076aa0aed4;hpb=10025ba0ed0c9c8a509441ad1b9d6db633af8596 diff --git a/config.m4 b/config.m4 index 62dcb4f..29f1698 100644 --- a/config.m4 +++ b/config.m4 @@ -62,7 +62,7 @@ dnl ---- fi CURL_SSL=`$CURL_CONFIG --features | $EGREP SSL` - if test CURL_SSL == "SSL"; then + if test "$CURL_SSL" == "SSL"; then AC_DEFINE([HTTP_HAVE_SSL], [1], [ ]) fi AC_CHECK_HEADERS([openssl/crypto.h])