From a11dd9f85da49a4a6ffb70a80e6882dae0f20fe4 Mon Sep 17 00:00:00 2001 From: Gregg Lewis Smith Date: Thu, 8 Oct 2015 17:57:17 +0000 Subject: [PATCH] merge r1707591 remove conf/extra/http-h2.conf.in from install filelist git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1707592 13f79535-47bb-0310-9956-ffa450edef68 --- build/installwinconf.awk | 1 - 1 file changed, 1 deletion(-) diff --git a/build/installwinconf.awk b/build/installwinconf.awk index d22c00c507..c99cbdc602 100644 --- a/build/installwinconf.awk +++ b/build/installwinconf.awk @@ -59,7 +59,6 @@ BEGIN { filelist["httpd-dav.conf"] = "httpd-dav.conf.in"; filelist["httpd-default.conf"] = "httpd-default.conf.in"; filelist["httpd-info.conf"] = "httpd-info.conf.in"; - filelist["httpd-h2.conf"] = "httpd-h2.conf.in"; filelist["httpd-languages.conf"] = "httpd-languages.conf.in"; filelist["httpd-manual.conf"] = "httpd-manual.conf.in"; filelist["httpd-mpm.conf"] = "httpd-mpm.conf.in";