allow optional XSUB parameters without being forced to use a
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / MM_Cygwin.pm
index ffc72e3..a5ba410 100644 (file)
@@ -24,7 +24,6 @@ sub cflags {
       / *= */ and $self->{$`} = $';
     };
     $self->{CCFLAGS} .= " -DUSEIMPORTLIB" if ($Config{useshrplib} eq 'true');
-    $self->{CCFLAGS} .= " -DCYGWIN32" unless ($self->{CCFLAGS} =~ /\-DCYGWIN32/);
 
     return $self->{CFLAGS} = qq{
 CCFLAGS = $self->{CCFLAGS}
@@ -115,3 +114,8 @@ replaces strings '::' with '.' in man page names
 =item perl_archive
 
 points to libperl.a
+
+=back
+
+=cut
+