]> git.puffer.fish Git - matthieu/frr.git/commit
build: remove bogus/deprecated inet_* tests
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 28 Jun 2014 18:22:55 +0000 (20:22 +0200)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:24:51 +0000 (15:24 +0000)
commit3a0d83b6890ab32b5d2bf23fd16233c605af9f3e
tree8256e746df17fcadc39a79ad14c9b7a43461200b
parent793ec4733d47fcc2a2f60e55961b0511bdb61273
build: remove bogus/deprecated inet_* tests

These actually break configure on FreeBSD very subtly, because inet_aton
and __inet_aton are both detected, and then later other tests get
warnings about HAVE_INET_ATON being defined twice.

That said, they're incorrect to begin with since they detect alternative
functions but there is nothing in place to actually use these
alternates.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Acked-by: Greg Troxel <gdt@ir.bbn.com>
Acked-by: Feng Lu <lu.feng@6wind.com>
Acked-by: Paul Jakma <paul@jakma.org>
(cherry picked from commit 79f74962d20fa2c90df5a57335fc3b5e19bfeccf)
configure.ac