diff options
author | foobar <sniper@php.net> | 2003-04-25 08:54:02 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-04-25 08:54:02 +0000 |
commit | fcf3384af97259f7ae7a0d2aff68b5b73a552498 (patch) | |
tree | c0c44b06211503dbcd5b1fe14a80ee7061bc400c /acinclude.m4 | |
parent | fc8d7c2a8e88197c8de594274018417c88131cfd (diff) | |
download | php-git-fcf3384af97259f7ae7a0d2aff68b5b73a552498.tar.gz |
Allow PHP_CHECK_LIBRARY to use same function name in checks if a check fails.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 8d67562e42..713ad190d8 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1599,6 +1599,7 @@ AC_DEFUN([PHP_CHECK_LIBRARY], [ $3 ],[ LDFLAGS=$save_old_LDFLAGS + unset ac_cv_func_$1 $4 ])dnl ]) |