summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2002-01-04 15:00:26 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2002-01-04 15:00:26 +0000
commit597c0d5d4e245f6858d7cda00f9655e2f41299fc (patch)
treed0a161d7311e84080464cba9becea1ef796786ba
parent0cbbac3c120a293aa4f0b2af5aa18c0574286ce9 (diff)
downloadphp-git-597c0d5d4e245f6858d7cda00f9655e2f41299fc.tar.gz
first PHP_EXTENSION_LIBS casualty :(
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 508ae4494d..7104d0dd57 100644
--- a/configure.in
+++ b/configure.in
@@ -242,7 +242,7 @@ AC_CHECK_LIB(nsl, gethostname, [
fi
-AC_CHECK_LIB(dl, dlopen,[PHP_ADD_LIBRARY(dl)])
+AC_CHECK_LIB(dl, dlopen,[LIBS="-ldl $LIBS"])
dnl The sin may be in a library which need not be specifed
dnl as well as res_search resides in libsocket