Add libscheck for Solaris.
[p5sagit/p5-mst-13.2.git] / hints / hpux.sh
index ad213f2..ba6efa0 100644 (file)
@@ -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"