From 2dc0455f0afe9db74cde399b98f5c0c6f15650bd Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 15 Mar 2002 20:05:46 +0000 Subject: [PATCH] Typo in #15247. p4raw-id: //depot/perl@15248 --- hints/hpux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;; -- 2.7.4