[svn:ponie] r383 - trunk
[email protected] 30 Jan 2006 19:19:32 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: nicholas
Date: Mon Jan 30 11:19:31 2006
New Revision: 383
Modified:
trunk/Configure.pl
Log:
Need to define PARROT_IN_EXTENSION in the perl C sources.
Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl (original)
+++ trunk/Configure.pl Mon Jan 30 11:19:31 2006
@@ -75,6 +75,8 @@ 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'});