From 597c0d5d4e245f6858d7cda00f9655e2f41299fc Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 4 Jan 2002 15:00:26 +0000 Subject: [PATCH] first PHP_EXTENSION_LIBS casualty :( --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 508ae4494d8..7104d0dd57c 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