From c58e501cc608507f8fa7c3193abaa930a69798d0 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 8 May 2013 19:26:48 -0400 Subject: [PATCH] Revert "build: work around broken kernel header" This reverts commit 71e88fc577b5b88215a43edb4f80c2cb0b3edce0. Accidental double commit. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3