projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd19164
)
snmp-agent: check for the right header
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 27 May 2017 10:30:35 +0000
(12:30 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 27 May 2017 10:30:35 +0000
(12:30 +0200)
We never include net-snmp/agent/agent_module_config.h
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
b84b899
..
1751a93
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3796,9
+3796,9
@@
if test "x$with_libnetsnmp" = "xyes"; then
[with_libnetsnmp="no (net-snmp/net-snmp-config.h not found)"]
)
- AC_CHECK_HEADERS([net-snmp/agent/
agent_module_config
.h],
+ AC_CHECK_HEADERS([net-snmp/agent/
net-snmp-agent-includes
.h],
[],
- [with_libnetsnmpagent="no (net-snmp/agent/
agent_module_config
.h not found)"]
+ [with_libnetsnmpagent="no (net-snmp/agent/
net-snmp-agent-includes
.h not found)"]
)
CPPFLAGS="$SAVE_CPPFLAGS"