cvs commit: ponie Configure.pl
[email protected] (Nicholas Clark) 11 Oct 2004 16:24:39 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/10/11 09:24:39
Modified: . Configure.pl
Log:
Love it or loathe it, Encode is needed for many of the crueller regression
tests to run. Tests are useful.
Revision Changes Path
1.38 +2 -2 ponie/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /cvs/public/ponie/Configure.pl,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -w -r1.37 -r1.38
--- Configure.pl 10 Oct 2004 09:43:51 -0000 1.37
+++ Configure.pl 11 Oct 2004 16:24:39 -0000 1.38
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# $Id: Configure.pl,v 1.37 2004/10/10 09:43:51 nicholas Exp $
+# $Id: Configure.pl,v 1.38 2004/10/11 16:24:39 nicholas Exp $
use strict;
use Config;
@@ -43,7 +43,7 @@
push @config_args, $config_value;
}
-push @config_args,'-Dnoextensions=Encode';
+# push @config_args,'-Dnoextensions=Encode';
push @config_args,'-d'; # Defaults
# exit before running makedepend. This means we need to extract .SH ourselves.
push @config_args,'-E';