From: Daniel Stenberg Date: Fri, 25 Nov 2005 09:52:19 +0000 (+0000) Subject: Doug Kaufman corrected my attempt to a generic "skip extra test for function X-Git-Tag: curl-7_15_1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a27e02cebb9e352adab19ffb1e1e657d6cd5c5;p=thirdparty%2Fcurl.git Doug Kaufman corrected my attempt to a generic "skip extra test for function F" --- diff --git a/configure.ac b/configure.ac index 1bd616ef0e..c405010d2b 100644 --- a/configure.ac +++ b/configure.ac @@ -1549,7 +1549,8 @@ dnl if found [], dnl if not found, $ac_func is the name we check for func="$ac_func" -if test "skipcheck_$func" != "yes"; then +eval skipcheck=\$skipcheck_$func +if test "x$skipcheck" != "xyes"; then AC_MSG_CHECKING([deeper for $func]) AC_TRY_LINK( [], [ $func ();],