uselonglong sits deep.
Jarkko Hietaniemi [Sat, 12 Feb 2000 19:59:35 +0000 (19:59 +0000)]
p4raw-id: //depot/cfgperl@5071

Configure
hints/solaris_2.sh

index 24b62ef..6fe72ab 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Sat Feb 12 03:16:21 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Sat Feb 12 21:21:49 EET 2000 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.com)
 
 cat >/tmp/c1$$ <<EOF
@@ -4426,12 +4426,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
                        ;;
index e27d026..a2a4087 100644 (file)
@@ -376,8 +376,8 @@ EOM
                ;;
            esac
            case "$ccflags" in
-           *-DUSE_LONG_LONG*) ;;
-           *) ccflags="$ccflags -DUSE_LONG_LONG" ;;
+           *-DUSE_64_BITS*) ;;
+           *) ccflags="$ccflags -DUSE_64_BITS" ;;
            esac
            # When a 64-bit cc becomes available $archname64
            # may need setting so that $archname gets it attached.