Change 15248 by jhi@alpha on 2002/03/15 20:05:46
Typo in #15247.
Affected files ...
.... //depot/perl/hints/hpux.sh#81 edit
Differences ...
==== //depot/perl/hints/hpux.sh#81 (text) ====
Index: perl/hints/hpux.sh
--- perl/hints/hpux.sh.~1~ Fri Mar 15 13:15:05 2002
+++ perl/hints/hpux.sh Fri Mar 15 13:15:05 2002
@@ -73,7 +73,7 @@
# 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"
;;
End of Patch.