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

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

commit 29bd1a1f30ed04bf22189e14f8ca785221ea39ef
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 21 08:59:29 2024 +0100

    Remove references to JAVA_PLATFORM and very old Java versions
---
 native/build/tcnative.m4 | 4 ++--
 native/configure.ac      | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/native/build/tcnative.m4 b/native/build/tcnative.m4
index 11789e5b5..5425703d7 100644
--- a/native/build/tcnative.m4
+++ b/native/build/tcnative.m4
@@ -65,8 +65,8 @@ AC_DEFUN([TCN_FIND_APR],[
 dnl --------------------------------------------------------------------------
 dnl TCN_JDK
 dnl
-dnl Detection of JDK location and Java Platform (1.2, 1.3, 1.4, 1.5, 1.6)
-dnl result goes in JAVA_HOME / JAVA_PLATFORM (2 -> 1.2 and higher)
+dnl Detection of JDK location
+dnl Result goes in JAVA_HOME
 dnl
 dnl --------------------------------------------------------------------------
 AC_DEFUN([TCN_FIND_JAVA],[
diff --git a/native/configure.ac b/native/configure.ac
index 45b815073..64d221899 100644
--- a/native/configure.ac
+++ b/native/configure.ac
@@ -131,7 +131,6 @@ if test "$NEED_JNI_MD" = "yes"; then
 fi
 
 AC_SUBST(JAVA_HOME)
-AC_SUBST(JAVA_PLATFORM)
 AC_SUBST(JAVA_OS)
 
 


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

Reply via email to