summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bd19164)
raw | patch | inline | side by side (parent: bd19164)
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 b84b8991f34f4bb3e58fed198355423ebc2474aa..1751a93ce949657925b56ddfbc6151f4504efae7 100644 (file)
--- a/configure.ac
+++ b/configure.ac
[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"