X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=afb081977059d6a831e2f746c9d564bec221a1ac;hb=5a177fa6d0625a9e5d3757cf20fb0dea8e3d19dd;hp=7f24978a4c795f6249f49a0ddd34e538b3a1e3c5;hpb=afb4cca6aac53445d5c34fd0935ce30f95737920;p=collectd.git diff --git a/configure.ac b/configure.ac index 7f24978a..afb08197 100644 --- a/configure.ac +++ b/configure.ac @@ -5127,11 +5127,8 @@ AM_CONDITIONAL(BUILD_WITH_LIBATASMART, test "x$with_libatasmart" = "xyes") PKG_CHECK_MODULES([LIBNOTIFY], [libnotify], [with_libnotify="yes"], - [if test "x$LIBNOTIFY_PKG_ERRORS" = "x"; then - with_libnotify="no" - else - with_libnotify="no ($LIBNOTIFY_PKG_ERRORS)" - fi]) + [with_libnotify="no (pkg-config doesn't know libnotify)"] +) # Check for enabled/disabled features #