From: Rich Bowen Date: Thu, 25 Mar 2010 12:22:04 +0000 (+0000) Subject: Invalid syntax for the configure script. X-Git-Tag: 2.3.6~288 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c905bbb0b5a1708765be2c3135dbcdd867b11f2;p=thirdparty%2Fapache%2Fhttpd.git Invalid syntax for the configure script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927365 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index ab38294dfae..28e6836aa00 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -231,7 +231,7 @@ $ tar xvf httpd-NN.tar mod_ string removed and with any underscore converted to a dash. You can also choose to compile modules as shared objects (DSOs) -- which can be loaded or unloaded at runtime -- by using the option - --enable-module=shared. Similarly, you can + --enable-mods-shared. Similarly, you can disable Base modules with the --disable-module option. Be careful when using these options, since configure cannot warn you @@ -256,8 +256,9 @@ $ tar xvf httpd-NN.tar

$ CC="pgcc" CFLAGS="-O2" \
./configure --prefix=/sw/pkg/apache \
- --enable-rewrite=shared \
- --enable-speling=shared + --enable-rewrite \
+ --enable-speling \
+ --enable-mods-shared="rewrite speling"

When configure is run it will take several minutes to diff --git a/docs/manual/install.xml b/docs/manual/install.xml index 94a6c71b982..723ae6cc310 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -234,7 +234,7 @@ $ tar xvf httpd-NN.tar to a dash. You can also choose to compile modules as shared objects (DSOs) -- which can be loaded or unloaded at runtime -- by using the option - --enable-module=shared. Similarly, you can + --enable-mods-shared. Similarly, you can disable Base modules with the --disable-module option. Be careful when using these options, since configure cannot warn you @@ -259,8 +259,9 @@ $ tar xvf httpd-NN.tar $ CC="pgcc" CFLAGS="-O2" \
./configure --prefix=/sw/pkg/apache \
- --enable-rewrite=shared \
- --enable-speling=shared + --enable-rewrite \
+ --enable-speling \
+ --enable-mods-shared="rewrite speling"

When configure is run it will take several minutes to