blob: aaec7d9eea3690698b857f8270ac32773bf872ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Makefile.PL.orig Tue Apr 3 04:45:01 2001
+++ Makefile.PL Tue Apr 3 04:45:07 2001
@@ -1,6 +1,6 @@
use ExtUtils::MakeMaker;
-system('./Configure');
+system('./Configure -d');
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
|