From 8d319a2f2d375d18ab0c919de1023495d7cd3e86 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Fri, 23 Apr 2010 11:40:13 +0200 Subject: [PATCH] Improve configure error message about missing Linux headers --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1c545348aa..087df82338 100644 --- a/configure.ac +++ b/configure.ac @@ -529,7 +529,7 @@ dnl check for kernel headers required by src/bridge.c dnl 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])) + AC_MSG_ERROR([You must install kernel-headers in order to compile libvirt with QEMU or LXC support])) fi