]> granicus.if.org Git - apache/commitdiff
echo should not be built by default
authorGreg Stein <gstein@apache.org>
Tue, 10 Oct 2000 10:16:15 +0000 (10:16 +0000)
committerGreg Stein <gstein@apache.org>
Tue, 10 Oct 2000 10:16:15 +0000 (10:16 +0000)
(maybe this module should be moved to modules/example/)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86500 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/config.m4

index 486feb5ba86e80f7b7393b70a917fcf75beb672c..7f56053adbd82e67bc835fcfe4bd13e67f634e8a 100644 (file)
@@ -54,7 +54,7 @@ APACHE_CHECK_STANDARD_MODULE(usertrack, user-session tracking, , no, [
 
 APACHE_CHECK_STANDARD_MODULE(unique_id, per-request unique ids, , no)
 APACHE_CHECK_STANDARD_MODULE(setenvif, basing ENV vars on headers, , yes)
-APACHE_CHECK_STANDARD_MODULE(echo, ECHO server, , yes)
+APACHE_CHECK_STANDARD_MODULE(echo, ECHO server, , no)
 
 LTFLAGS="$LTFLAGS -export-dynamic"