sniper          Thu Aug  7 08:04:28 2003 EDT

  Modified files:              
    /php-src    configure.in 
  Log:
  dlfcn.h was not found on Solaris when using forte cc
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.458 php-src/configure.in:1.459
--- php-src/configure.in:1.458  Tue Jul  1 21:08:26 2003
+++ php-src/configure.in        Thu Aug  7 08:04:27 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.458 2003/07/02 01:08:26 sas Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.459 2003/08/07 12:04:27 sniper Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -370,6 +370,7 @@
 utime.h \
 sys/utsname.h \
 sys/ipc.h \
+dlfcn.h
 ],[],[],[
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>



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

Reply via email to