summaryrefslogtreecommitdiffstats
path: root/lib/javaexec.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/javaexec.sh.in')
-rw-r--r--lib/javaexec.sh.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/javaexec.sh.in b/lib/javaexec.sh.in
index 0c14c75..b107be3 100644
--- a/lib/javaexec.sh.in
+++ b/lib/javaexec.sh.in
@@ -46,9 +46,7 @@ else
test -z "$JAVA_VERBOSE" || echo gij "$@"
exec gij "$@"
else
- # We call this variable HAVE_JAVA_JVM, not HAVE_JAVA, because otherwise
- # automake creates a dependency to "classHAVE.stamp" in every Makefile!!
- if test -n "@HAVE_JAVA_JVM@"; then
+ if test -n "@HAVE_JAVA@"; then
test -z "$JAVA_VERBOSE" || echo java "$@"
exec java "$@"
else