blob: 78c14cd3023d2ab327e37de35a2f618e157050e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./xs/APR/aprext/Makefile.PL Wed Sep 1 19:52:04 2004
+++ ./xs/APR/aprext/Makefile.PL.orig Wed Sep 1 19:51:51 2004
@@ -19,7 +19,7 @@
$src{$cfile} = "$srcdir/$cfile";
}
-my @skip = qw(dynamic test);
+my @skip = qw(test);
push @skip, q{static}
unless (Apache::Build::BUILD_APREXT);
|