summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-30 08:25:49 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-30 21:52:31 +0200
commitdaab827fd17345855835f69ac028c3ed5c28890e (patch)
treed6e155499e894da86d962f261a20fe7ab47c7d83 /configure.in
parent424c479e1ac1edc01d066a3b5ce10d45febf57bc (diff)
Don't add nonexistent Java files and dirs to various env vars
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index cafaf1fc6c90..a47725f325a3 100644
--- a/configure.in
+++ b/configure.in
@@ -3996,6 +3996,11 @@ fi
dnl ===================================================================
dnl Checks for JDK.
dnl ===================================================================
+
+# Note that JAVA_HOME as for now always means the *build* platform's
+# JAVA_HOME. Whether all the complexity here actually is needed any
+# more or not, no idea.
+
if test "$SOLAR_JAVA" != ""; then
_gij_longver=0
AC_MSG_CHECKING([the installed JDK])