From 7f63b6d5a916a88f4297a56ced5ed8d8ab6c400a Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 11 Dec 2015 18:31:08 +0100 Subject: [PATCH] Java plugin: clarify error message It is possible that we've found libjvm, but it doesn't have the right function. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c4483792..a3acac71 100644 --- a/configure.ac +++ b/configure.ac @@ -2330,7 +2330,7 @@ if test "x$with_java" = "xyes" then AC_CHECK_LIB(jvm, JNI_CreateJavaVM, [with_java="yes"], - [with_java="no (libjvm not found)"], + [with_java="no (Symbol 'JNI_CreateJavaVM' not found)"], [$JAVA_LIBS]) fi if test "x$with_java" = "xyes" -- 2.11.0