sniper          Tue Apr  1 10:36:21 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4       configure.in 
  Log:
  MFH: Fixed bug #22987 (missing perror() check in configure)
  
Index: php4/configure.in
diff -u php4/configure.in:1.396.2.44 php4/configure.in:1.396.2.45
--- php4/configure.in:1.396.2.44        Mon Mar 31 09:01:55 2003
+++ php4/configure.in   Tue Apr  1 10:36:21 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.44 2003/03/31 14:01:55 ddhill Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.45 2003/04/01 15:36:21 sniper Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -479,6 +479,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

Reply via email to