From: Gregg Lewis Smith Date: Thu, 8 Oct 2015 17:57:17 +0000 (+0000) Subject: merge r1707591 X-Git-Tag: 2.4.17~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11dd9f85da49a4a6ffb70a80e6882dae0f20fe4;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/build/installwinconf.awk b/build/installwinconf.awk index d22c00c5079..c99cbdc602a 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";