summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2002-05-16 18:42:34 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-16 13:44:03 +0000
commita4349beab060ae6e975b158829344a74589cf57b (patch)
tree575ef8358f74498962e05e47769bc6c54ed1cca5 /hints/hpux.sh
parentfefd7080dbb7bc74916ad5ba8b63e3bdeeb86c38 (diff)
downloadperl-a4349beab060ae6e975b158829344a74589cf57b.tar.gz
Re: [ PATCH ] AIX 4.3 / gcc / threads
From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl> gcc 3 version parsing proofing. p4raw-id: //depot/perl@16629
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index a76c680c3b..c08cdf9e77 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -76,7 +76,7 @@ case `$cc -v 2>&1`"" in
ccflags="$cc_cppflags"
if [ "X$gccversion" = "X" ]; then
# Done too late in Configure if hinted
- gccversion=`$cc --version | sed 's/.*(GCC) *//`
+ gccversion=`$cc --version | sed 's/.*(GCC) *//'`
fi
case "$gccversion" in
[012]*) # HP-UX and gcc-2.* break UINT32_MAX :-(