Commit d2a27e02 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Doug Kaufman corrected my attempt to a generic "skip extra test for function

F"
parent b55506a7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ();],