X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=352a7b66e223355273fb2a58c26ac88cbe2f8950;hb=614c252733846a3a334b342a40e8a2234e20fb00;hp=db4cae6ffa9b62df25e17bf97ab131da3dcf4d44;hpb=6a085256bb28d7542c22d6499668f8eb24f90444;p=collectd.git diff --git a/configure.ac b/configure.ac index db4cae6f..352a7b66 100644 --- a/configure.ac +++ b/configure.ac @@ -3673,6 +3673,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 {{{