sniper          Thu Dec 16 06:50:48 2004 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    configure.in 
  Log:
  MFH: - Fixed compile error with HP-UX using GCC.
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.141&r2=1.396.2.142&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.141 php-src/configure.in:1.396.2.142
--- php-src/configure.in:1.396.2.141    Wed Dec 15 10:05:09 2004
+++ php-src/configure.in        Thu Dec 16 06:50:46 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.141 2004/12/15 15:05:09 iliaa Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.142 2004/12/16 11:50:46 sniper Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -196,6 +196,11 @@
     LIBS="$LIBS -lbe -lroot";;
 *mips*)
     CPPFLAGS="$CPPFLAGS -D_XPG_IV";;
+*hpux*)
+    if test "$GCC" = "yes"; then
+      CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"  
+    fi  
+    ;;
 esac
 
 

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

Reply via email to