The d_casti32=undef is good for you even when not use64bitall.
Jarkko Hietaniemi [Fri, 6 Apr 2001 17:26:03 +0000 (17:26 +0000)]
p4raw-id: //depot/perl@9596

hints/hpux.sh

index 19eeae0..7066056 100644 (file)
@@ -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