mirror of
https://github.com/curl/curl.git
synced 2026-04-28 11:22:11 +03:00
Doug Kaufman corrected my attempt to a generic "skip extra test for function
F"
This commit is contained in:
parent
b55506a76d
commit
d2a27e02ce
1 changed files with 2 additions and 1 deletions
|
|
@ -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 ();],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue