This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
uselonglong sits deep.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 12 Feb 2000 19:59:35 +0000 (19:59 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 12 Feb 2000 19:59:35 +0000 (19:59 +0000)
p4raw-id: //depot/metaconfig@5071

U/perl/use64bits.U

index 9a0efaa..e73de6f 100644 (file)
@@ -97,12 +97,12 @@ EOM
                case "$gccversion" in
                '')     ;;
                *)      case "$ccflags" in
-                       *-DUSE_LONG_LONG*) ;;
+                       *-DUSE_64_BITS*) ;;
                        *) $cat <<EOM
-But since you seem to be using gcc, I will now add -DUSE_LONG_LONG
-to the compilation flags.
+But since you seem to be using gcc, I will now add -DUSE_64_BITS
+to the compilation flags to get long longs.
 EOM
-                          ccflags="$ccflags -DUSE_LONG_LONG"
+                          ccflags="$ccflags -DUSE_64_BITS"
                           ;;
                        esac
                        ;;