X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=9a6da11dc7ce9c6c8772dfceb4f7c360c889c079;hb=8313250e5fdc28c9f01b5bc94211fe0e7a8f023e;hp=d7e5355a1df06cb489a86ed11a33e7f75c5a2e56;hpb=6fc6255c95b966014ee02a2a37666b2c4880ff8d;p=collectd.git diff --git a/configure.ac b/configure.ac index d7e5355a..9a6da11d 100644 --- a/configure.ac +++ b/configure.ac @@ -5556,7 +5556,7 @@ PKG_CHECK_MODULES([LIBNOTIFY], [libnotify], [with_libnotify="no (pkg-config doesn't know libnotify)"] ) -PKG_CHECK_MODULES([LIBRIEMANN_CLIENT], [riemann-client >= 1.8.0], +PKG_CHECK_MODULES([LIBRIEMANN_CLIENT], [riemann-client >= 1.6.0], [with_libriemann_client="yes"], [with_libriemann_client="no (pkg-config doesn't know libriemann-client)"])