summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-10-01 02:47:52 +0000
committerfoobar <sniper@php.net>2002-10-01 02:47:52 +0000
commit47ca8127bb8f371ecf05ba56e336b6e57723d116 (patch)
treeb73a80f9a4901d19c84116b6780027bf2442d187 /configure.in
parent3d8e33f06a7a01aa3699fa93fb1a3d98e20efca9 (diff)
downloadphp-git-47ca8127bb8f371ecf05ba56e336b6e57723d116.tar.gz
- Revert the removal of dlopen check here.
# Left HAVE_LIBDL undefined for some reason
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b862545f48..4f7fc56398 100644
--- a/configure.in
+++ b/configure.in
@@ -278,6 +278,7 @@ PHP_CHECK_FUNC(gethostname, nsl)
PHP_CHECK_FUNC(gethostbyaddr, nsl)
PHP_CHECK_FUNC(yp_get_default_domain, nsl)
+AC_CHECK_LIB(dl, dlopen, [PHP_ADD_LIBRARY(dl)])
AC_CHECK_LIB(m, sin)
dnl Check for resolver routines.