]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Check for link_addr more thoroughly
authorGuido Günther <agx@sigxcpu.org>
Wed, 17 Jul 2013 18:02:17 +0000 (20:02 +0200)
committerGuido Günther <agx@sigxcpu.org>
Thu, 18 Jul 2013 15:10:04 +0000 (17:10 +0200)
commit77bac48b37643ebc475c75c6c016924b6144dc66
tree033aafc5dd306d253a769e42bc9a9e7bee92914c
parent984c01ba5c6bf105263f99ff242c4df15a422e24
Check for link_addr more thoroughly

Some versions of kFreeBSD (like 9.0) declare link_addr in a header
but lack an implementation. This makes ./configure pass but breaks
compilation later with a

     undefined reference to `link_addr'

Althought that's a bug in the OS header we can detect it easily by also
trying to link.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715320
configure.ac