summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2019-06-21 09:33:22 +0000
committerJoe Orton <jorton@apache.org>2019-06-21 09:33:22 +0000
commita9f939b01911a8cbfd64daaf3b204796e1613355 (patch)
treeb79d1d207bb062c92102fc37cb88c17ecd3c88ba /build
parenta87aa081073658cc3be775357bc96c18f25826f9 (diff)
downloadhttpd-a9f939b01911a8cbfd64daaf3b204796e1613355.tar.gz
* build/config_vars.sh.in: Remove test-suite (builddir-specific) vars
from installed config_vars.mk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1861767 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/config_vars.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/config_vars.sh.in b/build/config_vars.sh.in
index d586ebd4c5..40a0872abc 100644
--- a/build/config_vars.sh.in
+++ b/build/config_vars.sh.in
@@ -86,4 +86,5 @@ exec sed "
/^LIBTOOL.*$/s,/[^ ]*/libtool \(.*\),${APR_LIBTOOL} @LTFLAGS@,
/^EXPORTS_DOT_C/d
/^LIBMAIN_LIB/d
+/TEST_SUITE/d
"