diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-11-26 10:03:46 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-11-26 10:03:46 +0100 |
commit | fd8c3383aea40326a20c5e582ecf50ee7d7bfcb9 (patch) | |
tree | 6dd260c4b5edec7b7bf9a093131380693d2fa58c /hints | |
parent | 719245bdb37d6b755905afe0a676055044850522 (diff) | |
download | perl-fd8c3383aea40326a20c5e582ecf50ee7d7bfcb9.tar.gz |
Special compiler settings only change for 64bitall, not for 64bitint
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 8d0aaf767f..b26ba8db97 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -220,7 +220,7 @@ case "$archname" in ;; esac -case "$use64bitint" in +case "$use64bitall" in $define|true|[Yy]) if [ "$xxOsRevMajor" -lt 11 ]; then |