summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2021-08-20 16:07:44 +0000
committerStefan Eissing <icing@apache.org>2021-08-20 16:07:44 +0000
commit9438c6497a6653d3f118cbc8d042fd71e22d91fb (patch)
treed853b8ccf333adaccb6a7a8707d116d36fe6c890 /configure.in
parent324ae13e8ee714c2c7a8377d98ea6f9aa1722428 (diff)
downloadhttpd-9438c6497a6653d3f118cbc8d042fd71e22d91fb.tar.gz
* test/module/http2: test suite from github mod_h2 repository
slightly adapted to run in a source build. usage: > make install # to have httpd, apxs etc. in place > cd test > pytest git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9a56af7c76..ffe9214b8e 100644
--- a/configure.in
+++ b/configure.in
@@ -995,6 +995,10 @@ APACHE_FAST_OUTPUT(support/Makefile)
if test -d ./test; then
APACHE_FAST_OUTPUT(test/Makefile)
fi
+if test -d ./test/modules/http2; then
+ APACHE_FAST_OUTPUT(test/modules/http2/Makefile)
+ AC_CONFIG_FILES([test/modules/http2/config.ini])
+fi
dnl ## Finalize the variables
AC_MSG_NOTICE([])