diff options
author | Joe Orton <jorton@apache.org> | 2021-03-11 14:48:18 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2021-03-11 14:48:18 +0100 |
commit | e47241a97631d1b5abace3598b4fb48f1783a86b (patch) | |
tree | aa011c1df5a4d6a00d005b577fbcd201da2306b8 /build/config_vars.sh.in | |
parent | Fix the fixed timeout, thanks RĂ¼diger. (diff) | |
download | apache2-e47241a97631d1b5abace3598b4fb48f1783a86b.tar.xz apache2-e47241a97631d1b5abace3598b4fb48f1783a86b.zip |
* 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
Diffstat (limited to 'build/config_vars.sh.in')
-rw-r--r-- | build/config_vars.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |