projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7401cc
)
Add missing definitions for libnetsnmpagent
author
Dagobert Michelsen
<dam@opencsw.org>
Tue, 2 Jul 2019 11:56:54 +0000
(13:56 +0200)
committer
Dagobert Michelsen
<dam@opencsw.org>
Tue, 2 Jul 2019 11:56:54 +0000
(13:56 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
cf40722
..
2289aa4
100644
(file)
--- 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