]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix link_addr detection
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Wed, 24 Jul 2013 13:02:00 +0000 (17:02 +0400)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 24 Jul 2013 13:31:34 +0000 (15:31 +0200)
commit7e1208297d3d427e8aeb88232de8a5badcc32862
tree85ffd7d83b8dfb3da4d0fc137f40302436d4c502
parentb4a40dd92dc7e6f110b13f2353cb5343d1147227
Fix link_addr detection

link_addr detection in configure always reports that
link_addr is missing because it uses link_addr(NULL, NULL) in
AC_LINK_IFELSE check with limited set of headers that doesn't
define NULL.

Fix by replacing 'NULL' with just '0'.
configure.ac