From 5a4506878a6efdc9a5377c8f9d4e4b05feffc928 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 27 Mar 2022 06:43:26 +0000 Subject: [PATCH] Fix a typo. PR 65978. Thanks to Stefan Hamburger for finding it. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899234 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/http2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/howto/http2.xml b/docs/manual/howto/http2.xml index 1e39b783a16..d52cccdf60f 100644 --- a/docs/manual/howto/http2.xml +++ b/docs/manual/howto/http2.xml @@ -77,7 +77,7 @@

mod_http2 uses the library of nghttp2 as its implementation base. In order to build mod_http2 you need at least version 1.2.1 of libnghttp2 installed on your system.

-

When you ./configure you Apache httpd source tree, you need to give it +

When you ./configure your Apache httpd source tree, you need to give it '--enable-http2' as additional argument to trigger the build of the module. Should your libnghttp2 reside in an unusual place (whatever that is on your operating system), you may announce its location with '--with-nghttp2=<path>' -- 2.47.3