]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Revert "build: work around broken kernel header"
authorCole Robinson <crobinso@redhat.com>
Wed, 8 May 2013 23:26:48 +0000 (19:26 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 8 May 2013 23:27:33 +0000 (19:27 -0400)
This reverts commit 71e88fc577b5b88215a43edb4f80c2cb0b3edce0.

Accidental double commit.

configure.ac

index 94395d770489280b16de51acd876fbf9f11b8996..9e7deba8179083e5a013cbbbf496f8fe9feec75b 100644 (file)
@@ -859,7 +859,7 @@ if test "$with_linux" = "yes"; then
   if test "$with_qemu" = "yes" || test "$with_lxc" = "yes" ; then
     AC_CHECK_HEADERS([linux/param.h linux/sockios.h linux/if_bridge.h linux/if_tun.h],,
       [AC_MSG_ERROR([You must install kernel-headers in order to compile libvirt with QEMU or LXC support])],
-      [[#include <netinet/ip6.h>
+      [[#include <netinet/in.h>
       ]])
   fi
 fi