]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Avoid linking lldpd to libxml2 and lldpctl to libnetsnmp.
authorVincent Bernat <bernat@luffy.cx>
Sat, 12 Jun 2010 07:02:25 +0000 (09:02 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 12 Jun 2010 07:02:25 +0000 (09:02 +0200)
commitd4eaf172a79a306f6db3a8b79cfe71d132412946
tree40d59c8a405a35f9811076373c1dc4c937d46282
parentee979e27b31bcd9e107607c33b377c69e475a02a
Avoid linking lldpd to libxml2 and lldpctl to libnetsnmp.

AC_CHECK_LIB default action is to add the check library to LIBS. We
don't want this.
m4/snmp.m4
m4/xml2.m4