From: Jarkko Hietaniemi Date: Fri, 15 Mar 2002 20:05:46 +0000 (+0000) Subject: Typo in #15247. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2dc0455f0afe9db74cde399b98f5c0c6f15650bd;p=p5sagit%2Fp5-mst-13.2.git Typo in #15247. p4raw-id: //depot/perl@15248 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index ebe2a21..f8ea087 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" ;;