diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 00:59:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 00:59:08 +0000 |
commit | a1b03cdf5fd9c17a8d3b7362d2f343d59f5a43c5 (patch) | |
tree | a8761b1a9e0a8d2e47b00ca9f34b09bc381e93cc /Configure | |
parent | 6904d83d943b30321d6f1406a226984fc7198e9e (diff) | |
download | perl-a1b03cdf5fd9c17a8d3b7362d2f343d59f5a43c5.tar.gz |
Userfriendliness.
p4raw-id: //depot/cfgperl@5337
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Feb 29 02:20:39 EET 2000 [metaconfig 3.0 PL70] +# Generated on Tue Feb 29 02:56:00 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -4433,7 +4433,7 @@ EOM use64bitint="$define" ;; esac -# Thinko compatibility +# Thinko compatibilities. case "$use64bitints" in "$define"|true|[yY]*) cat <<EOM >&4 @@ -4443,6 +4443,15 @@ EOM use64bitint="$define" ;; esac +case "$use64bitsall" in +"$define"|true|[yY]*) + cat <<EOM >&4 + +*** There is no Configure -Duse64bitsall, using -Duse64bitall instead. +EOM + use64bitall="$define" + ;; +esac case "$ccflags" in *-DUSE_LONG_LONG*|*-DUSE_64_BIT_INT*|*-DUSE_64_BIT_ALL*) use64bitint="$define";; |