X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=9a6da11dc7ce9c6c8772dfceb4f7c360c889c079;hb=5523a080010dcb7a61dc0dccc3969a2a048e52f9;hp=d7e5355a1df06cb489a86ed11a33e7f75c5a2e56;hpb=e2ff4dd149e85527eba7a38a8f38aeb3b548f39c;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)"])