Add missing definitions for libnetsnmpagent
authorDagobert Michelsen <dam@opencsw.org>
Tue, 2 Jul 2019 11:56:54 +0000 (13:56 +0200)
committerDagobert Michelsen <dam@opencsw.org>
Tue, 2 Jul 2019 11:56:54 +0000 (13:56 +0200)
configure.ac

index cf40722..2289aa4 100644 (file)
@@ -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