From 47ca8127bb8f371ecf05ba56e336b6e57723d116 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 1 Oct 2002 02:47:52 +0000 Subject: [PATCH] - Revert the removal of dlopen check here. # Left HAVE_LIBDL undefined for some reason --- configure.in | 1 + 1 file changed, 1 insertion(+) 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. -- 2.50.1