projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
68fbfbd
)
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
patch
|
blob
|
blame
|
history
diff --git
a/hints/hpux.sh
b/hints/hpux.sh
index
19eeae0
..
7066056
100644
(file)
--- 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