diff options
author | foobar <sniper@php.net> | 2002-10-01 02:47:52 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-10-01 02:47:52 +0000 |
commit | 47ca8127bb8f371ecf05ba56e336b6e57723d116 (patch) | |
tree | b73a80f9a4901d19c84116b6780027bf2442d187 /configure.in | |
parent | 3d8e33f06a7a01aa3699fa93fb1a3d98e20efca9 (diff) | |
download | php-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.in | 1 |
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. |