X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=configure.ac;h=eecca62600b8bcdc585a840fabbdff4c6ca6ae37;hp=7fee37599cd9d07a91768ac7f69817751ca5477f;hb=0c004681a480e919b779584814eb396f6e6948ca;hpb=f9a6df05238501ca41931af0d8d51acea716c105 diff --git a/configure.ac b/configure.ac index 7fee3759..eecca626 100644 --- a/configure.ac +++ b/configure.ac @@ -2233,7 +2233,7 @@ then fi AC_MSG_CHECKING([for libjvm.so]) - TMPVAR=`find -L "$with_java_home" -type f -name libjvm.so -o -name libjvm.dylib -exec 'dirname' '{}' ';' 2>/dev/null | head -n 1` + TMPVAR=`find -L "$with_java_home" -type f \( -name libjvm.so -o -name libjvm.dylib \) -exec 'dirname' '{}' ';' 2>/dev/null | head -n 1` if test "x$TMPVAR" != "x" then AC_MSG_RESULT([found in $TMPVAR])