From: Ruben Kerkhof Date: Fri, 11 Dec 2015 17:31:08 +0000 (+0100) Subject: Java plugin: clarify error message X-Git-Tag: collectd-5.6.0~498^2~2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7f63b6d5a916a88f4297a56ced5ed8d8ab6c400a;hp=92ba2e344ef0822d25dd2761fd548585b0644b1e;p=collectd.git Java plugin: clarify error message It is possible that we've found libjvm, but it doesn't have the right function. --- 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"