]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed and polished comments.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 17 Mar 2009 17:10:57 +0000 (11:10 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 17 Mar 2009 17:10:57 +0000 (11:10 -0600)
test-suite/buildtests/layer-02-maximus.opts

index 5043210fdcc74b5185ee5a0fa10723f976cacc26..559ad6a2ec8a3a1cd815527cf2f8c7cb5c23ceb7 100644 (file)
@@ -1,7 +1,7 @@
 #
-# Minimal configuration options.
-# - Everthing that can be disabled is
-# - Everyhing that can be done without is 
+# All configuration options that can be enabled are enabled,
+# XXX: with the exception of those that depend on the environment.
+# TODO: Add environment-specific tests to enable more options.
 #
 # The options for this level can be easily generated semi-automatically from configure.in by:
 #      grep -E "^AC_ARG_ENABLE" ./configure.in | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >disable.opts
@@ -24,7 +24,8 @@
 #   --with-tags=TAGS \
 #
 #      Following features require special support from other optional packages.
-#      We can't test them automatically everywhere
+#      We can't test them automatically everywhere without detecting those
+#      optional packages first.
 #
 #   --enable-ecap \
 #   --enable-epoll \