diff options
author | Stefan Fritsch <sf@apache.org> | 2011-11-08 01:20:24 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-11-08 01:20:24 +0100 |
commit | 4a36c5ba4cf03c721ef8c0ce69f42c2d1fd5648e (patch) | |
tree | cfa42ba50105efb10ebbe0f1f2fab1f38b508f3b /configure.in | |
parent | Solaris doesn't support "test -e" in combination (diff) | |
download | apache2-4a36c5ba4cf03c721ef8c0ce69f42c2d1fd5648e.tar.xz apache2-4a36c5ba4cf03c721ef8c0ce69f42c2d1fd5648e.zip |
By default, only load those modules that are either required
or explicitly selected by a configure --enable-foo argument. The
LoadModule statements for modules enabled by --enable-mods-shared=most
and friends will be commented out.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199027 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 43ecea81e9..45207e72cc 100644 --- a/configure.in +++ b/configure.in @@ -59,6 +59,10 @@ nl=' dnl Check that mkdir -p works APR_MKDIR_P_CHECK($top_srcdir/build/mkdir.sh) +dnl get an EGREP to use in the Makefiles +AC_PROG_EGREP +APACHE_SUBST(EGREP) + dnl ## Run configure for packages Apache uses dnl shared library support for these packages doesn't currently |