sniper Mon Sep 8 09:15:22 2003 EDT
Modified files:
/php-src configure.in
Log:
- Should fix bug #25295
Index: php-src/configure.in
diff -u php-src/configure.in:1.463 php-src/configure.in:1.464
--- php-src/configure.in:1.463 Mon Sep 8 09:10:08 2003
+++ php-src/configure.in Mon Sep 8 09:15:22 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.463 2003/09/08 13:10:08 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.464 2003/09/08 13:15:22 sniper Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -317,16 +317,12 @@
dnl Checks for header files.
AC_HEADER_STDC
+AC_HEADER_DIRENT
-dnl In QNX opendir resides in libc but dirent.h is still required
-if test "`uname -s 2>/dev/null`" != "QNX"; then
- AC_HEADER_DIRENT
-else
- AC_CHECK_HEADERS(dirent.h)
-fi
PHP_MISSING_FCLOSE_DECL
dnl QNX requires unix.h to allow functions in libunix to work properly
AC_CHECK_HEADERS([ \
+dirent.h \
ApplicationServices/ApplicationServices.h \
sys/param.h \
sys/types.h \
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php