update build system to reflect switch to libmnl
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 22 Jul 2013 14:34:04 +0000 (16:34 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 22 Jul 2013 14:34:04 +0000 (16:34 +0200)
commit25bf8128bb7aa03057e858af3b53dc086a50d78b
tree50a2a56e3457447fe6ea5e46872f84148ac335c8
parent2a7ac42fcb2ae54377e0332e04ad4375561d306e
update build system to reflect switch to libmnl

"./configure" was previously checking for libnetlink and setting
"-lmnl" if found, which was obviously calling for trouble. With
this patch, the last references to libnetlink are dead and buried.

NB: linux/netlink.h and friends are still included here and there
though, but these are not related to libnetlink.
configure.in
src/Makefile.am