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

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

commit a863fa1b726fbb66a8069fbc5fcda9eb0c59701b
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.in      | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/native/build/tcnative.m4 b/native/build/tcnative.m4
index 5e663e36e..91fcf5189 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.in b/native/configure.in
index ee9ff2f93..7ae395818 100644
--- a/native/configure.in
+++ b/native/configure.in
@@ -128,7 +128,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