sniper          Thu Aug  7 08:05:00 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    configure.in 
  Log:
  MFH: dlfcn.h not found in solaris when using forte cc
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.61 php-src/configure.in:1.396.2.62
--- php-src/configure.in:1.396.2.61     Wed Jul 30 09:20:49 2003
+++ php-src/configure.in        Thu Aug  7 08:05:00 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.61 2003/07/30 13:20:49 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.62 2003/08/07 12:05:00 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