projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e397f
)
MFH: - Fixed compile error with HP-UX using GCC.
author
foobar
<sniper@php.net>
Thu, 16 Dec 2004 11:50:46 +0000
(11:50 +0000)
committer
foobar
<sniper@php.net>
Thu, 16 Dec 2004 11:50:46 +0000
(11:50 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 5b6bde36cafb89884b48cda72ee835601db4696c..9c694b953cce9522e34320f610bff1bef588b32b 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-196,6
+196,11
@@
case $host_alias in
LIBS="$LIBS -lbe -lroot";;
*mips*)
CPPFLAGS="$CPPFLAGS -D_XPG_IV";;
+*hpux*)
+ if test "$GCC" = "yes"; then
+ CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
+ fi
+ ;;
esac