From: Michael Wallner Date: Sun, 21 Jan 2007 17:42:37 +0000 (+0000) Subject: - minimum required curl versions curl-config doesn't understand --features X-Git-Tag: RELEASE_1_4_0~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=93e726eb9c892c26bc5ddb5417d0ac67ef691147 - minimum required curl versions curl-config doesn't understand --features --- diff --git a/config9.m4 b/config9.m4 index c154ed0..9a0cda3 100644 --- a/config9.m4 +++ b/config9.m4 @@ -177,7 +177,7 @@ dnl ---- CURL_LIBS=`$CURL_CONFIG --libs` AC_MSG_CHECKING([for SSL support in libcurl]) - CURL_SSL=`$CURL_CONFIG --features | $EGREP SSL` + CURL_SSL=`$CURL_CONFIG --feature | $EGREP SSL` if test "$CURL_SSL" = "SSL"; then AC_MSG_RESULT([yes]) AC_DEFINE([HTTP_HAVE_SSL], [1], [ ])