In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/f6f843fb9677f20d29f6881ae85b2825c42f7b8e?hp=087ff916901abcba2dd047e2cf444a7747d895ee>

- Log -----------------------------------------------------------------
commit f6f843fb9677f20d29f6881ae85b2825c42f7b8e
Author: H.Merijn Brand <[email protected]>
Date:   Sun May 6 13:11:03 2012 +0200

    check for PA* in both branches of case
    
    (thanks ilmari for spotting)
-----------------------------------------------------------------------

Summary of changes:
 hints/hpux.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hints/hpux.sh b/hints/hpux.sh
index 27653de..d491821 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

--
Perl5 Master Repository

Reply via email to