[svn:ponie] r387 - trunk

[email protected] 31 Jan 2006 21:01:47 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
Author: nicholas
Date: Tue Jan 31 13:01:46 2006
New Revision: 387

Modified:
   trunk/Configure.pl
Log:
No longer need -DPARROT_IN_EXTENSION


Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl	(original)
+++ trunk/Configure.pl	Tue Jan 31 13:01:46 2006
@@ -75,8 +75,6 @@ push @config_args,"-Dprefix=$prefix";
 push @config_args,"-Dversiononly=n";
 # This is potentially very useful
 # push @config_args,'-Accflags=-DDEBUG_LEAKING_SCALARS_FORK_DUMP';
-push @config_args,'-Accflags=-DPARROT_IN_EXTENSION';
-push @config_args,'-Acppflags=-DPARROT_IN_EXTENSION';
 
 delete($ENV{'PERL5LIB'});