From e47241a97631d1b5abace3598b4fb48f1783a86b Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 11 Mar 2021 13:48:18 +0000 Subject: * build/config_vars.sh.in: Improve comment language, no functional change. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887480 13f79535-47bb-0310-9956-ffa450edef68 --- build/config_vars.sh.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/config_vars.sh.in b/build/config_vars.sh.in index 40a0872abc..86439cb5c6 100644 --- a/build/config_vars.sh.in +++ b/build/config_vars.sh.in @@ -41,7 +41,8 @@ test -n "@APU_CONFIG@" && APU_INCLUDEDIR="`${APU_CONFIG} --includedir`" installbuilddir="@exp_installbuilddir@" -### this might be better as a whitelist. +# This might be better by listing explicitly what to include +# rather than trying to work out what to exclude. exec sed " /^[A-Z0-9_]*_LDADD/d /MPM_LIB/d -- cgit v1.2.1