This fixes the #include's for the macvtap build detection.
Signed-off-by: Stefan Berger <[email protected]>
Index: libvirt-acl/configure.ac
===================================================================
--- libvirt-acl.orig/configure.ac
+++ libvirt-acl/configure.ac
@@ -1849,7 +1849,8 @@ AC_ARG_WITH([macvtap],
[with_macvtap=check])
if test "$with_macvtap" != "no" ; then
- AC_TRY_COMPILE([ #include <linux/if_link.h> ],
+ AC_TRY_COMPILE([ #include <sys/socket.h>
+ #include <linux/rtnetlink.h> ],
[ int x = MACVLAN_MODE_BRIDGE; ],
[ with_macvtap=yes ],
[ if test "$with_macvtap" = "yes" ; then
--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list