diff options
-rw-r--r-- | hints/hpux.sh | 2 |
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" ;; |