From 3e622ac2c92f665e235b64a56ff8567465640a04 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 27 May 2017 12:30:35 +0200 Subject: [PATCH] snmp-agent: check for the right header We never include net-snmp/agent/agent_module_config.h --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b84b8991..1751a93c 100644 --- 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" -- 2.11.0