diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-05-06 13:11:03 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-05-06 13:11:03 +0200 |
commit | f6f843fb9677f20d29f6881ae85b2825c42f7b8e (patch) | |
tree | 78d8b382ab9b2c62e1fcea3b977375a18feb8be1 /hints | |
parent | 087ff916901abcba2dd047e2cf444a7747d895ee (diff) | |
download | perl-f6f843fb9677f20d29f6881ae85b2825c42f7b8e.tar.gz |
check for PA* in both branches of case
(thanks ilmari for spotting)
Diffstat (limited to 'hints')
-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 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 |