From 28636693a27c28e6fd27546ee682afc3a49115e2 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 24 Nov 2011 17:43:36 +0000 Subject: [PATCH] tools: check for libaio unless user has configured CONFIG_SYSTEM_LIBAIO=n Signed-off-by: Ian Campbell Committed-by: Ian Jackson --- tools/check/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/check/Makefile b/tools/check/Makefile index 3536d67ae..c07008d09 100644 --- a/tools/check/Makefile +++ b/tools/check/Makefile @@ -6,6 +6,7 @@ export PYTHON export LIBXENAPI_BINDINGS export CHECK_INCLUDES export CHECK_LIB +export CONFIG_SYSTEM_LIBAIO .PHONY: all install all install: check-build -- GitLab