summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-01-09 03:40:51 +0000
committerfoobar <sniper@php.net>2002-01-09 03:40:51 +0000
commitfa41fe864653a1696e5ead5f2e5c3a01b91ba708 (patch)
tree00a34e35e97a027555b2aecb0b3193aaaa8992a1 /acinclude.m4
parentf50277f003ab2c965a678b99ee493bd77c460953 (diff)
downloadphp-git-fa41fe864653a1696e5ead5f2e5c3a01b91ba708.tar.gz
Reverted Hartmut's patch as it caused more trouble than it solved.
# Broke my build totally. The 'correct' fix is to make the checks better # everywhere. ie. to check for existance of the library/symbol in some lib.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 014478e5cb..986a10dc74 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -749,7 +749,7 @@ AC_DEFUN(PHP_ADD_LIBRARY,[
c|c_r|pthread*) ;;
*)
ifelse($3,,[
- PHP_X_ADD_LIBRARY($1,$2,PHP_EXTENSION_LIBS)
+ PHP_X_ADD_LIBRARY($1,$2,LIBS)
],[
if test "$ext_shared" = "yes"; then
PHP_X_ADD_LIBRARY($1,$2,$3)