You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mi...@apache.org on 2020/04/05 20:45:33 UTC

[tomcat-native] branch master updated: Correct configure message for OpenSSL libdir

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/master by this push:
     new 57da160  Correct configure message for OpenSSL libdir
57da160 is described below

commit 57da1607bf7fc47c520dc715e5573f3683d65b98
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 5 22:45:04 2020 +0200

    Correct configure message for OpenSSL libdir
---
 native/build/tcnative.m4          | 2 +-
 xdocs/miscellaneous/changelog.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/native/build/tcnative.m4 b/native/build/tcnative.m4
index 0927afd..23e3010 100644
--- a/native/build/tcnative.m4
+++ b/native/build/tcnative.m4
@@ -226,7 +226,7 @@ case "$use_openssl" in
                 ;;
             esac
         fi
-        AC_MSG_RESULT(using openssl from $use_openssl/$libdir and $use_openssl/include)
+        AC_MSG_RESULT(using openssl from $use_openssl/$ssllibdir and $use_openssl/include)
 
         saved_cflags="$CFLAGS"
         saved_libs="$LIBS"
diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml
index 93d76a4..12b961e 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -36,6 +36,9 @@
 </section>
 <section name="Changes in 1.2.24">
   <changelog>
+    <fix>
+      Correct configure message for OpenSSL libdir. (michaelo)
+    </fix>
     <update>
       <bug>64260</bug>: Clean up install target. (michaelo)
     </update>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org