From: foobar Date: Tue, 1 Oct 2002 02:47:52 +0000 (+0000) Subject: - Revert the removal of dlopen check here. X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47ca8127bb8f371ecf05ba56e336b6e57723d116;p=php - Revert the removal of dlopen check here. # Left HAVE_LIBDL undefined for some reason --- 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.