summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-11-08 00:20:24 +0000
committerStefan Fritsch <sf@apache.org>2011-11-08 00:20:24 +0000
commit4a36c5ba4cf03c721ef8c0ce69f42c2d1fd5648e (patch)
treecfa42ba50105efb10ebbe0f1f2fab1f38b508f3b /configure.in
parent63a4102253e55604d89ccef0f0a2bc3fa1d9775d (diff)
downloadhttpd-4a36c5ba4cf03c721ef8c0ce69f42c2d1fd5648e.tar.gz
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.in4
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