[svn:ponie] rev 319 - trunk
[email protected] 9 Jul 2005 16:43:18 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: nicholas
Date: Sat Jul 9 09:43:17 2005
New Revision: 319
Modified:
trunk/Configure.pl
Log:
Parrot is defaulting to 'long' for INTVAL, so we need to stick to the default
for IVs too. (no use64bitint)
Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl (original)
+++ trunk/Configure.pl Sat Jul 9 09:43:17 2005
@@ -35,6 +35,7 @@ foreach my $i (1..$configs) {
next if($config_value =~/thread/i);
next if($config_value eq '-Dmksymlinks');
next if($config_value =~ /-Dusemymalloc/);
+ next if($config_value =~ /-Duse64bitint/);
next if($config_value eq '-Duseshrplib');
next if($config_value eq '-Dprefix');
next if($config_value =~ /-Dinstallusrbinperl/);