X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=73ebec3aa9f572b608802fba8e27a26e8e6f5dbb;hb=a4e8b6a17640e1eaec51801fd0f61aef4cd287d9;hp=4acd193e10cb469f63a6c4fb7f07b94701f7d3e2;hpb=090e054043f6d93b374dee20d766c4f906acd43a;p=collectd.git diff --git a/configure.ac b/configure.ac index 4acd193e..73ebec3a 100644 --- a/configure.ac +++ b/configure.ac @@ -2227,7 +2227,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])