added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGING
[p5sagit/p5-mst-13.2.git] / ext / re / Makefile.PL
index 8350f2f..e21b923 100644 (file)
@@ -5,7 +5,7 @@ WriteMakefile(
     MAN3PODS           => ' ',         # Pods will be built by installman.
     XSPROTOARG         => '-noprototypes',
     OBJECT             => 're_exec$(OBJ_EXT) re_comp$(OBJ_EXT) re$(OBJ_EXT)',
-    DEFINE             => '-DDEBUGGING -DIN_XSUB_RE',
+    DEFINE             => '-DPERL_EXT_RE_BUILD',
     clean              => { FILES => '*$(OBJ_EXT) *.c ../../lib/re.pm' },
 );