From: Dagobert Michelsen Date: Tue, 2 Jul 2019 11:56:54 +0000 (+0200) Subject: Add missing definitions for libnetsnmpagent X-Git-Tag: collectd-5.9.1~3^2~10 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5d2f7cd97747c3b43ad3ecbe0e05ffff066aaaf1;p=thirdparty%2Fcollectd.git Add missing definitions for libnetsnmpagent (cherry picked from commit 3b05d9f7b7b46e0c4fee296ad2d6f16ecc82173e) --- diff --git a/configure.ac b/configure.ac index cf407228a..2289aa434 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