]> git.ipfire.org Git - thirdparty/lldpd.git/commit - NEWS
configure: check more SNMP stuff.
authorVincent Bernat <bernat@luffy.cx>
Sat, 31 Dec 2011 09:52:03 +0000 (10:52 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sat, 31 Dec 2011 10:19:04 +0000 (11:19 +0100)
commitab2d1c1f1ffa85ee6bee0a16ec2fbcb83b4740ba
tree0a586eb459cdd6f0e3118b5ccba33399faebfb4a
parent3bfd57f32cbfc820ee4ccb735cd911b0e0b8e1a6
configure: check more SNMP stuff.

First, we check that netsnmp_enable_subagent() exists. Otherwise, this
means that Net-SNMP has been compiled without this feature.

Second, we check if <net-snmp/agent/util_funcs.h> header is
usable. There was incomplete installation of files required by this
header with NetSNMP 5.4 and situation got worse with NetSNMP 5.7. If
the header is not usable, we fallback to define the two functions that
we need.
CHANGELOG
m4/snmp.m4
src/agent.c