DynaLoader doesn't seem to need -DPERL_CORE, and no other extensions
Steve Hay [Wed, 16 May 2007 16:41:48 +0000 (16:41 +0000)]
are compiled with it, so let's see if we can get away with removing
it. Revert this change if it causes black smoke!

p4raw-id: //depot/perl@31230

ext/DynaLoader/Makefile.PL

index b4c12fc..1f06c5c 100644 (file)
@@ -3,7 +3,7 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
     NAME => 'DynaLoader',
     LINKTYPE   => 'static',
-    DEFINE     => '-DPERL_CORE -DLIBC="$(LIBC)"',
+    DEFINE     => '-DLIBC="$(LIBC)"',
     MAN3PODS   => {},  # Pods will be built by installman.
     SKIP       => [qw(dynamic dynamic_lib dynamic_bs)],
     XSPROTOARG => '-noprototypes',             # XXX remove later?