summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
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"