From: Jarkko Hietaniemi Date: Fri, 6 Apr 2001 17:26:03 +0000 (+0000) Subject: The d_casti32=undef is good for you even when not use64bitall. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b3f264028a458ce6664fc907094c8ad5e735d34;p=p5sagit%2Fp5-mst-13.2.git The d_casti32=undef is good for you even when not use64bitall. p4raw-id: //depot/perl@9596 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index 19eeae0..7066056 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