]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Tweak CHANGES wording on autoconf fix and credit jfclere. [skip ci]
authorJoe Orton <jorton@apache.org>
Fri, 17 Dec 2021 09:52:08 +0000 (09:52 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 17 Dec 2021 09:52:08 +0000 (09:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1896091 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 12ad612d5cbe8fd20a7cb6a064578e01071fdcc1..6a5d29d697c77611d4e1279bab5bae4e8084d26b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,8 +5,8 @@ Changes with Apache 2.4.52
      have an http(s) scheme, and that the ones to be forward proxied have a
      hostname, per HTTP specifications.  [Ruediger Pluem, Yann Ylavic]
 
-  *) OpenSSL autoconf detection improvement: pick up openssl.pc in the
-     specified openssl path. [Joe Orton]
+  *) configure: OpenSSL detection will now use pkg-config data from
+     .../lib64/ within the --with-ssl path. [Jean-Frederic Clere]
 
   *) mod_proxy_connect, mod_proxy: Do not change the status code after we
      already sent it to the client.