From f6f843fb9677f20d29f6881ae85b2825c42f7b8e Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sun, 6 May 2012 13:11:03 +0200 Subject: check for PA* in both branches of case (thanks ilmari for spotting) --- hints/hpux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hints/hpux.sh') 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 -- cgit v1.2.1