Skip to content

Commit

Permalink
Add missing definitions for libnetsnmpagent
Browse files Browse the repository at this point in the history
  • Loading branch information
dago committed Jul 2, 2019
1 parent a7401cc commit 3b05d9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit 3b05d9f

Please sign in to comment.