sniper          Thu Dec 16 06:49:52 2004 EDT

  Modified files:              
    /php-src    configure.in 
  Log:
  - Fixed compile error with HP-UX using GCC.
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.529&r2=1.530&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.529 php-src/configure.in:1.530
--- php-src/configure.in:1.529  Tue Dec 14 03:43:01 2004
+++ php-src/configure.in        Thu Dec 16 06:49:48 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.529 2004/12/14 08:43:01 derick Exp $ -*- autoconf 
-*-
+dnl ## $Id: configure.in,v 1.530 2004/12/16 11:49:48 sniper Exp $ -*- autoconf 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -227,6 +227,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