Browse Source

Allow PHP_CHECK_LIBRARY to use same function name in checks if a check fails.

migration/unlabaled-1.3.2
foobar 24 years ago
parent
commit
fcf3384af9
  1. 1
      acinclude.m4

1
acinclude.m4

@ -1599,6 +1599,7 @@ AC_DEFUN([PHP_CHECK_LIBRARY], [
$3
],[
LDFLAGS=$save_old_LDFLAGS
unset ac_cv_func_$1
$4
])dnl
])

Loading…
Cancel
Save