]> granicus.if.org Git - curl/commitdiff
Doug Kaufman corrected my attempt to a generic "skip extra test for function
authorDaniel Stenberg <daniel@haxx.se>
Fri, 25 Nov 2005 09:52:19 +0000 (09:52 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 25 Nov 2005 09:52:19 +0000 (09:52 +0000)
F"

configure.ac

index 1bd616ef0e33fbc2c4b0ce80434252e8d59e502d..c405010d2b7edc02ba35163a2e016828db297e05 100644 (file)
@@ -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 ();],