aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2011-11-28 11:57:23 +0000
committerIan Jackson <Ian.Jackson@eu.citrix.com>2011-11-28 11:57:23 +0000
commitff167f07a8cd83ee61306c011bef8e62da385e1c (patch)
tree1f8d2e459e58f13177bc043a3f3fdcdd207c0d1b /Config.mk
parentd93b583113fd9835960cd1479220e16e79d7081a (diff)
downloadxen-ff167f07a8cd83ee61306c011bef8e62da385e1c.tar.gz
xen-ff167f07a8cd83ee61306c011bef8e62da385e1c.tar.bz2
xen-ff167f07a8cd83ee61306c011bef8e62da385e1c.zip
tools: Revert to our built-in aio
These two changesets: 24184:4ecd3615e726 tools: use system installed libaio by default. 24186:7aa5838499d1 tools: use system libaio for blktap1 as well. cause HVM guest installs (both Windows and Redhat) to fail on Debian squeeze with xl. So change the default for now. Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index a9c0fd0185..d39312fbd4 100644
--- a/Config.mk
+++ b/Config.mk
@@ -232,7 +232,7 @@ PYTHON_TOOLS ?= y
OCAML_TOOLS ?= y
CONFIG_MINITERM ?= n
CONFIG_LOMOUNT ?= n
-CONFIG_SYSTEM_LIBAIO ?= y
+CONFIG_SYSTEM_LIBAIO ?= n
ifeq ($(OCAML_TOOLS),y)
OCAML_TOOLS := $(shell ocamlopt -v > /dev/null 2>&1 && echo "y" || echo "n")