stas 2003/03/30 16:33:57
Modified: lib/ModPerl WrapXS.pm Log: add the MP_debug_level only if it's not WIN32 Revision Changes Path 1.56 +1 -1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm =================================================================== RCS file: /home/cvs/modperl-2.0/lib/ModPerl/WrapXS.pm,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- WrapXS.pm 30 Mar 2003 23:30:18 -0000 1.55 +++ WrapXS.pm 31 Mar 2003 00:33:57 -0000 1.56 @@ -22,7 +22,7 @@ my @global_structs = qw(perl_module); my $build = Apache::Build->build_config; -push @global_structs, 'MP_debug_level' if $build->{MP_DEBUG}; +push @global_structs, 'MP_debug_level' unless Apache::Build::WIN32; sub new { my $class = shift;