X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=configure.ac;h=352a7b66e223355273fb2a58c26ac88cbe2f8950;hp=db4cae6ffa9b62df25e17bf97ab131da3dcf4d44;hb=77ca1a45bab2f6adf9301723d0db68e5813a6d98;hpb=6a085256bb28d7542c22d6499668f8eb24f90444 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 {{{