Do not force d_casti32 to undef if we are on a 64-bit environment.
[p5sagit/p5-mst-13.2.git] / hints / hpux.sh
index c9524cf..c38e8bd 100644 (file)
@@ -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
+