diff options
Diffstat (limited to 'ext/re/Makefile.PL')
-rw-r--r-- | ext/re/Makefile.PL | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/re/Makefile.PL b/ext/re/Makefile.PL index f54f1cd726..51573af05c 100644 --- a/ext/re/Makefile.PL +++ b/ext/re/Makefile.PL @@ -6,15 +6,6 @@ my $object = 're_exec$(OBJ_EXT) re_comp$(OBJ_EXT) re$(OBJ_EXT)'; my $defines = '-DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG'; -# We need to pretend that DEBUGGING is in effect even if it's -# not but we need to remember that we pretended so we can avoid -# linking to things that aren't there. - -if ( (($Config{'ccflags'} !~ /DEBUGGING/) && $^O ne 'VMS') || - (exists($Config{'usedebugging_perl'}) && $Config{'usedebugging_perl'} ne 'Y') ) { - $defines .= ' -DDEBUGGING -DWAS_NOT_DEBUGGING'; -} - WriteMakefile( NAME => 're', VERSION_FROM => 're.pm', |