summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2013-08-19 15:42:37 +0000
committerJim Jagielski <jim@apache.org>2013-08-19 15:42:37 +0000
commit25c750b1ec080c3ac7b2ccf7f5c71ed4ade1805d (patch)
tree2033f9fe6e8bb7a5752844f8b926f6bcd5a9bd90 /configure.in
parent3ee5174b2a6a3ab55cd4c23555cdc998bb1cfaec (diff)
downloadhttpd-25c750b1ec080c3ac7b2ccf7f5c71ed4ade1805d.tar.gz
Merge r1503680 from trunk:
maintainer-mode should auto-enable mod_bucketeer Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1515477 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 a4a2e1b42f..8120156841 100644
--- a/configure.in
+++ b/configure.in
@@ -608,6 +608,10 @@ AC_ARG_ENABLE(maintainer-mode,APACHE_HELP_STRING(--enable-maintainer-mode,Turn o
LOAD_ALL_MODULES=yes
AC_MSG_NOTICE([Maintainer mode setting "LOAD_ALL_MODULES" to $LOAD_ALL_MODULES])
fi
+ if test "x$enable_bucketeer" = "x"; then
+ enable_bucketeer=yes
+ AC_MSG_NOTICE([Maintainer mode setting "enable_bucketeer" to yes])
+ fi
fi
])dnl