randyk 2003/12/02 21:21:16
Modified: win32 Configure.pl
Log:
use --disable-perl-glue as the option to not build the perl glue,
so as to be more in sync with Unix.
Revision Changes Path
1.27 +2 -2 httpd-apreq-2/win32/Configure.pl
Index: Configure.pl
===================================================================
RCS file: /home/cvs/httpd-apreq-2/win32/Configure.pl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Configure.pl 3 Dec 2003 05:17:34 -0000 1.26
+++ Configure.pl 3 Dec 2003 05:21:16 -0000 1.27
@@ -16,7 +16,7 @@
'debug' => \$debug,
'help' => \$help,
'with-perl=s' => \$perl,
- 'without-perl' => \$no_perl,
+ 'disable-perl-glue' => \$no_perl,
);
usage() if $help;
@@ -163,7 +163,7 @@
--with-apache2=C:\Path\to\Apache2 : specify the top-level Apache2 directory
--debug : build a debug version
- --without-perl : skip initializing the perl glue
+ --disable-perl-glue : skip building the perl glue
--help : print this help message
With no options specified, an attempt will be made to find a suitable