summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-15 20:05:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-15 20:05:46 +0000
commit2dc0455f0afe9db74cde399b98f5c0c6f15650bd (patch)
treeae0dc72dd32ef856985357607b84b8332dd169e2
parent2bafb3d098c180c211f185191adb01f37371b721 (diff)
downloadperl-2dc0455f0afe9db74cde399b98f5c0c6f15650bd.tar.gz
Typo in #15247.
p4raw-id: //depot/perl@15248
-rw-r--r--hints/hpux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index ebe2a215a4..f8ea087c71 100644
--- 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"
;;