summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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([])