Code

Fix java detection as unprivileged user. collectd-5.2.0
authorRuben Kerkhof <ruben@tilaa.nl>
Sat, 17 Nov 2012 17:19:58 +0000 (18:19 +0100)
committerFlorian Forster <octo@collectd.org>
Sat, 17 Nov 2012 22:23:03 +0000 (23:23 +0100)
commite51b86dec5842bcb31d2f73e6043e21de4c51100
tree6821c4d6d749a550135592cc46e2675c06db6739
parent6b6daae34fbb90a5a7b25915ea2f62e1a58f405f
Fix java detection as unprivileged user.

If you have an inaccessible directory inside
JAVA_HOME, find returns an error and the test fails.

I found this on Fedora, where /usr/lib64/audit is only
readable by root, and my JAVA_HOME was set to /usr

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