This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Userfriendliness.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 29 Feb 2000 00:59:08 +0000 (00:59 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 29 Feb 2000 00:59:08 +0000 (00:59 +0000)
p4raw-id: //depot/metaconfig@5337

U/perl/use64bits.U

index ee9f134..45d1db6 100644 (file)
@@ -87,7 +87,7 @@ EOM
        use64bitint="$define"
        ;;
 esac                          
-# Thinko compatibility
+# Thinko compatibilities.
 case "$use64bitints" in
 "$define"|true|[yY]*)
        cat <<EOM >&4
@@ -97,6 +97,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";;