From: Cole Robinson Date: Wed, 8 May 2013 23:26:48 +0000 (-0400) Subject: Revert "build: work around broken kernel header" X-Git-Tag: v0.9.11.10~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c58e501cc608507f8fa7c3193abaa930a69798d0;p=thirdparty%2Flibvirt.git Revert "build: work around broken kernel header" This reverts commit 71e88fc577b5b88215a43edb4f80c2cb0b3edce0. Accidental double commit. --- diff --git a/configure.ac b/configure.ac index 94395d7704..9e7deba817 100644 --- a/configure.ac +++ b/configure.ac @@ -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 + [[#include ]]) fi fi