summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-26 02:48:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-26 02:48:23 +0000
commit10cc9d2a36974e2e1175dbda57d8d05e2b0ce49e (patch)
treee1e4f9735fc7ee12c9722ea1365f6d3d9155a383 /hints/hpux.sh
parent6b49d2665cf5b4cee8758bc654f9290f3855049e (diff)
downloadperl-10cc9d2a36974e2e1175dbda57d8d05e2b0ce49e.tar.gz
Rename use64bits to use64bitint;
rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index ad213f2d99..ba6efa0341 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -133,7 +133,7 @@ else
selecttype='int *'
fi
-case "$use64bits" in
+case "$use64bitint" in
$define|true|[yY]*)
if [ "$xxOsRevMajor" -lt 11 ]; then
cat <<EOM >&4
@@ -349,7 +349,7 @@ EOCBU
# after it has prompted the user for whether to use 64 bits.
cat > UU/uselfs.cbu <<'EOCBU'
case "$uselargefiles" in
-$define|true|[yY]*)
+''|$define|true|[yY]*)
# there are largefile flags available via getconf(1)
# but we cheat for now.
ccflags="$ccflags -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"