From: Alex Rousskov Date: Tue, 17 Mar 2009 17:10:57 +0000 (-0600) Subject: Fixed and polished comments. X-Git-Tag: SQUID_3_2_0_1~1116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48f25f4f54542eb6b4b4f861bd8ac9dacedde202;p=thirdparty%2Fsquid.git Fixed and polished comments. --- diff --git a/test-suite/buildtests/layer-02-maximus.opts b/test-suite/buildtests/layer-02-maximus.opts index 5043210fdc..559ad6a2ec 100644 --- a/test-suite/buildtests/layer-02-maximus.opts +++ b/test-suite/buildtests/layer-02-maximus.opts @@ -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 \