diff options
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r-- | hints/hpux.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index c9524cf55d..c38e8bd31f 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -436,4 +436,8 @@ EOCBU ccisgcc='' # Until we figure out what to be probe for in Configure (ditto for irix_6.sh) -d_casti32='undef' +case "$use64bitint" in +$define|true|[yY]*) ;; +*) d_casti32='undef' ;; +esac + |