Update to Encode 2.32
[p5sagit/p5-mst-13.2.git] / 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?