- Revert the removal of dlopen check here.

# Left HAVE_LIBDL undefined for some reason
This commit is contained in:
foobar 2002-10-01 02:47:52 +00:00
parent 3d8e33f06a
commit 47ca8127bb

View File

@ -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.