sniper          Thu Dec 16 06:49:55 2004 EDT

  Modified files:              (Branch: PHP_5_0)
    /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.514.2.25&r2=1.514.2.26&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.25 php-src/configure.in:1.514.2.26
--- php-src/configure.in:1.514.2.25     Wed Dec 15 02:02:03 2004
+++ php-src/configure.in        Thu Dec 16 06:49:55 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.25 2004/12/15 07:02:03 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.514.2.26 2004/12/16 11:49:55 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