]> git.puffer.fish Git - matthieu/frr.git/commit
config: Remove unused library check
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 Feb 2016 02:11:40 +0000 (21:11 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 Feb 2016 02:18:07 +0000 (18:18 -0800)
commitebe2d9cac87f5f687cd764836a6b93e90adc2cff
tree2d4e9be35e66f900ce7efffe40f4c179e116df85
parentd619cb67e734be7f02b4df262e6d6c43af042642
config: Remove unused library check

configure.ac is looking for the setproctitle library,
which while it might be useful, we never call setproctitle
or any other function that the library might expose.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
configure.ac