X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=5eae1146137e18656329742f71e0ac9db9ccff14;hb=17b81d4fa4eabbb7c029ccf424f43e4d89c27e35;hp=e869a6a0912c5d1e9dca55b7eee82ccd7e2fb34b;hpb=8fd8f76dc11064e75e44448d16d35e09e46191a2;p=collectd.git diff --git a/configure.ac b/configure.ac index e869a6a0..5eae1146 100644 --- a/configure.ac +++ b/configure.ac @@ -3668,6 +3668,7 @@ if test "x$with_libmnl" = "xyes"; then fi AC_SUBST([BUILD_WITH_LIBMNL_CFLAGS]) AC_SUBST([BUILD_WITH_LIBMNL_LIBS]) +AM_CONDITIONAL([HAVE_LIBMNL], [test "x$with_libmnl" = "xyes"]) # }}} # --with-libnetapp {{{