From 93e726eb9c892c26bc5ddb5417d0ac67ef691147 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sun, 21 Jan 2007 17:42:37 +0000 Subject: [PATCH] - minimum required curl versions curl-config doesn't understand --features --- config9.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], [ ]) -- 2.30.2