Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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 ();],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment