diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-06 17:26:03 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-06 17:26:03 +0000 |
commit | 8b3f264028a458ce6664fc907094c8ad5e735d34 (patch) | |
tree | c83fad547e40df4764f95e0bd96642b8bca5a868 /hints/hpux.sh | |
parent | 68fbfbd7eb12a89f116349a7f9f1aa96d64e9cec (diff) | |
download | perl-8b3f264028a458ce6664fc907094c8ad5e735d34.tar.gz |
The d_casti32=undef is good for you even when not use64bitall.
p4raw-id: //depot/perl@9596
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r-- | hints/hpux.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index 19eeae0225..7066056645 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -444,8 +444,7 @@ EOCBU ccisgcc='' # Until we figure out what to be probe for in Configure (ditto for irix_6.sh) -case "$use64bitint" in -$define|true|[yY]*) ;; -*) d_casti32='undef' ;; +case "$d_casti32" in +'') d_casti32='undef' ;; esac |