X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=5eae1146137e18656329742f71e0ac9db9ccff14;hb=7c1d95f0010bf8d9961c6c87a9f64312466e00ec;hp=e869a6a0912c5d1e9dca55b7eee82ccd7e2fb34b;hpb=7c2336dde35a7b42853b6ca167d4164619e52333;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 {{{