projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2bafb3d
)
Typo in #15247.
Jarkko Hietaniemi [Fri, 15 Mar 2002 20:05:46 +0000 (20:05 +0000)]
p4raw-id: //depot/perl@15248
hints/hpux.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/hpux.sh
b/hints/hpux.sh
index
ebe2a21
..
f8ea087
100644
(file)
--- a/
hints/hpux.sh
+++ b/
hints/hpux.sh
@@
-73,7
+73,7
@@
case `$cc -v 2>&1`"" in
# Done too late in Configure if hinted
gccversion=`$cc --version`
fi
- case "$gccversion in
+ case "$gccversion" in
[012]*) # HP-UX and gcc-2.* break UINT32_MAX :-(
ccflags="$ccflags -DUINT32_MAX_BROKEN"
;;