summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-08-02 19:41:10 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-08-02 19:41:10 +0100
commit2d4416136bb1ce50fd667fe28119b15378eac901 (patch)
tree687589b5d7bf9c7df5bbf32c5a9fa8ddc07f0c12
parentfa16701d5c10900ec7631842972d33bd2a94c9b9 (diff)
downloadswig-2d4416136bb1ce50fd667fe28119b15378eac901.tar.gz
Tweak configure output for Java
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 77c05e67d..f0483e54c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1224,9 +1224,8 @@ case $host in
;;
esac
+AC_MSG_CHECKING(for java JDK)
if test -n "$JAVA_HOME"; then
- AC_MSG_CHECKING(for JDK)
-
dnl Don't complain about missing executables/headers if they had been
dnl explicitly overridden from the command line, but otherwise verify that we
dnl have everything we need.
@@ -1253,9 +1252,11 @@ if test -n "$JAVA_HOME"; then
AC_MSG_RESULT([found (in $JAVA_HOME)])
else
AC_MSG_RESULT(no)
- AC_MSG_WARN([JAVA_HOME ($JAVA_HOME) is defined but doesn't point to a complete JDK installation, ignoring it.])
+ AC_MSG_WARN([JAVA_HOME ($JAVA_HOME) is defined but does not point to a complete JDK installation, ignoring it.])
JAVA_HOME=
fi
+else
+ AC_MSG_RESULT([no (JAVA_HOME is not defined)])
fi
if test "x$JAVABIN" = xyes; then