]> granicus.if.org Git - php/commitdiff
- Revert the removal of dlopen check here.
authorfoobar <sniper@php.net>
Tue, 1 Oct 2002 02:47:52 +0000 (02:47 +0000)
committerfoobar <sniper@php.net>
Tue, 1 Oct 2002 02:47:52 +0000 (02:47 +0000)
# Left HAVE_LIBDL undefined for some reason

configure.in

index b862545f480bd5f7b26798acba676c533be85b4d..4f7fc56398040f14c954e65e23023d8a07b30e64 100644 (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.