From: Dagobert Michelsen Date: Tue, 2 Jul 2019 11:56:54 +0000 (+0200) Subject: Add missing definitions for libnetsnmpagent X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=3b05d9f7b7b46e0c4fee296ad2d6f16ecc82173e Add missing definitions for libnetsnmpagent --- diff --git a/configure.ac b/configure.ac index cf407228..2289aa43 100644 --- a/configure.ac +++ b/configure.ac @@ -3972,6 +3972,8 @@ if test "x$with_libnetsnmpagent" = "xyes"; then fi if test "x$with_libnetsnmpagent" = "xyes"; then + BUILD_WITH_LIBNETSNMPAGENT_CPPFLAGS="$with_libnetsnmpagent_cppflags" + BUILD_WITH_LIBNETSNMPAGENT_LDFLAGS="$with_libnetsnmpagent_ldflags" BUILD_WITH_LIBNETSNMPAGENT_LIBS="-lnetsnmpagent $libnetsnmphelpers" fi