summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2012-05-06 13:11:03 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2012-05-06 13:11:03 +0200
commitf6f843fb9677f20d29f6881ae85b2825c42f7b8e (patch)
tree78d8b382ab9b2c62e1fcea3b977375a18feb8be1 /hints/hpux.sh
parent087ff916901abcba2dd047e2cf444a7747d895ee (diff)
downloadperl-f6f843fb9677f20d29f6881ae85b2825c42f7b8e.tar.gz
check for PA* in both branches of case
(thanks ilmari for spotting)
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 27653de876..d4918213fc 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -537,7 +537,7 @@ cat >config.arch <<'EOCBU'
# This script UU/config.arch will get 'called-back' by Configure after
# all other configurations are done just before config.h is generated
case "$archname:$optimize" in
- PA*:*-g*[-+]O*|*[-+]O*-g*)
+ PA*:*-g*[-+]O*|PA*:*[-+]O*-g*)
case "$ccflags" in
*DD64*) ;;
*) case "$ccversion" in