sniper Mon Sep 30 22:47:52 2002 EDT
Modified files:
/php4 configure.in
Log:
- Revert the removal of dlopen check here.
# Left HAVE_LIBDL undefined for some reason
Index: php4/configure.in
diff -u php4/configure.in:1.375 php4/configure.in:1.376
--- php4/configure.in:1.375 Mon Sep 30 21:47:08 2002
+++ php4/configure.in Mon Sep 30 22:47:52 2002
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.375 2002/10/01 01:47:08 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.376 2002/10/01 02:47:52 sniper Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -278,6 +278,7 @@
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.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php