projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92ba2e3
)
Java plugin: clarify error message
author
Ruben Kerkhof
<ruben@tilaa.com>
Fri, 11 Dec 2015 17:31:08 +0000
(18:31 +0100)
committer
Ruben Kerkhof
<ruben@tilaa.com>
Fri, 11 Dec 2015 17:31:08 +0000
(18:31 +0100)
It is possible that we've found libjvm, but it doesn't have
the right function.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
c448379
..
a3acac7
100644
(file)
--- 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"