sniper          Mon Sep 30 21:47:09 2002 EDT

  Modified files:              
    /php4       configure.in 
    /php4/ext/standard  config.m4 
  Log:
  - Removed unnecessary dlopen checks. (this is done in Zend.m4 already)
  
  
Index: php4/configure.in
diff -u php4/configure.in:1.374 php4/configure.in:1.375
--- php4/configure.in:1.374     Sun Sep 29 12:22:47 2002
+++ php4/configure.in   Mon Sep 30 21:47:08 2002
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.374 2002/09/29 16:22:47 sas Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.375 2002/10/01 01:47:08 sniper Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -278,7 +278,6 @@
 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.
Index: php4/ext/standard/config.m4
diff -u php4/ext/standard/config.m4:1.41 php4/ext/standard/config.m4:1.42
--- php4/ext/standard/config.m4:1.41    Mon Sep 30 19:31:13 2002
+++ php4/ext/standard/config.m4 Mon Sep 30 21:47:09 2002
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.41 2002/09/30 23:31:13 dreid Exp $ -*- sh -*-
+dnl $Id: config.m4,v 1.42 2002/10/01 01:47:09 sniper Exp $ -*- sh -*-
 
 divert(3)dnl
 
@@ -184,8 +184,6 @@
   fi
   AC_DEFINE_UNQUOTED(PHP_BLOWFISH_CRYPT, $ac_result, [Whether the system supports 
BlowFish salt])
 ])
-
-AC_CHECK_FUNC(dlopen, [AC_DEFINE(HAVE_LIBDL,1,[ ])])
 
 dnl AC_CHECK_LIB(pam, pam_start, [
 dnl   EXTRA_LIBS="$EXTRA_LIBS -lpam"



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to