]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
build: work around broken kernel header
authorEric Blake <eblake@redhat.com>
Mon, 14 Jan 2013 16:54:25 +0000 (09:54 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 14 Jan 2013 17:04:09 +0000 (10:04 -0700)
commitc308a9ae153db619fc0366bad9fd8f6c49cfac58
treedb2164d64a3f1dbc3325ce78043245483dba4941
parent2ec48f7aa95eab799d215d093c4c081018a1416d
build: work around broken kernel header

I got this scary warning during ./configure on rawhide:

checking linux/if_bridge.h usability... no
checking linux/if_bridge.h presence... yes
configure: WARNING: linux/if_bridge.h: present but cannot be compiled
configure: WARNING: linux/if_bridge.h:     check for missing prerequisite headers?
configure: WARNING: linux/if_bridge.h: see the Autoconf documentation
configure: WARNING: linux/if_bridge.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/if_bridge.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------- ##
configure: WARNING:     ## Report this to libvir-list@redhat.com ##
configure: WARNING:     ## ------------------------------------- ##
checking for linux/if_bridge.h... no

* configure.ac (AC_CHECK_HEADERS): Provide struct in6_addr, since
linux/if_bridge.h uses it without declaring it.
configure.ac