sniper Tue Apr 1 10:35:58 2003 EDT
Modified files:
/php4 configure.in
Log:
Fixed bug #22987 (missing perror() check in configure)
Index: php4/configure.in
diff -u php4/configure.in:1.436 php4/configure.in:1.437
--- php4/configure.in:1.436 Sat Mar 29 10:54:19 2003
+++ php4/configure.in Tue Apr 1 10:35:57 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.436 2003/03/29 15:54:19 moriyoshi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.437 2003/04/01 15:35:57 sniper Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -481,6 +481,7 @@
mkstemp \
mmap \
nl_langinfo \
+perror \
poll \
putenv \
realpath \
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php