Code

configure.ac: fix libjvm detection on OSX
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 5 Dec 2015 14:50:46 +0000 (15:50 +0100)
committerFlorian Forster <octo@collectd.org>
Sat, 5 Dec 2015 20:51:07 +0000 (21:51 +0100)
commit4d04d3b7e32b8777f7c7b04110b74194b991fbea
tree8824191a32b4c2e3686caf0b31695811174b8914
parent386f05a78c939ca88cb96bee8df9a2f9fdee967d
configure.ac: fix libjvm detection on OSX

Shared libraries have the extension .dylib instead of .so

Ideally we look at shrext_cmds from libtool to find the shared library
extension but this works too.

Signed-off-by: Florian Forster <octo@collectd.org>
configure.ac