aboutsummaryrefslogtreecommitdiffstats
path: root/tools/configure.ac
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-07-31 16:15:56 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-20 15:35:00 +0100
commit76c66c689b8591a8d185586cdd8a1bbbf393ffb6 (patch)
tree0b4a12e0c4e604ee046aedaae3337865ad8fd9b3 /tools/configure.ac
parent20fe0ae7c73f147bd39204d01d67149b6ee1b076 (diff)
downloadxen-76c66c689b8591a8d185586cdd8a1bbbf393ffb6.tar.gz
xen-76c66c689b8591a8d185586cdd8a1bbbf393ffb6.tar.bz2
xen-76c66c689b8591a8d185586cdd8a1bbbf393ffb6.zip
tools: disable blktap1 build by default
I don't think there are any dom0's around whose kernels support only blktap1 and not something newer like blktap2 or qdisk. Certainly not that you would want to run Xen 4.4 on. libxl will never use blktap1. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/configure.ac')
-rw-r--r--tools/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure.ac b/tools/configure.ac
index 2a72d027b1..1b4625a299 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -58,6 +58,7 @@ AX_ARG_DEFAULT_ENABLE([rombios], [Disable ROM BIOS])
AX_ARG_DEFAULT_ENABLE([seabios], [Disable SeaBIOS])
AX_ARG_DEFAULT_ENABLE([debug], [Disable debug build of tools])
AX_ARG_DEFAULT_ENABLE([xend], [Disable xend toolstack])
+AX_ARG_DEFAULT_DISABLE([blktap1], [Disable blktap1 tools])
AC_ARG_VAR([PREPEND_INCLUDES],
[List of include folders to prepend to CFLAGS (without -I)])