From 1ecd5e015d67837bb094e9e8921dca4e90578f8a Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Mon, 13 May 2013 10:24:31 +0200 Subject: stubdom: Make stubdom buildsystem consistent with tools buildsystem Use FETCHER for stubdom, too. This makes stubdom buildsystem more consistent with tools buildsystem. Fixes toplevel configure failure if wget is not found independent if we are going to build stubdom or not. Signed-off-by: Christoph Egger Reviewed-by: Matt Wilson Acked-by: Ian Campbell --- stubdom/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stubdom/configure.ac') diff --git a/stubdom/configure.ac b/stubdom/configure.ac index de29fb5706..90fc94f591 100644 --- a/stubdom/configure.ac +++ b/stubdom/configure.ac @@ -13,6 +13,7 @@ m4_include([../m4/stubdom.m4]) m4_include([../m4/features.m4]) m4_include([../m4/path_or_fail.m4]) m4_include([../m4/depends.m4]) +m4_include([../m4/fetcher.m4]) # Enable/disable stub domains AX_STUBDOM_DEFAULT_ENABLE([ioemu-stubdom], [ioemu]) @@ -27,13 +28,12 @@ AX_ARG_DEFAULT_ENABLE([debug], [Disable debug build of stubdom]) AX_ARG_DEFAULT_ENABLE([extfiles], [Use xen extfiles repository for libraries]) AC_ARG_VAR([CMAKE], [Path to the cmake program]) -AC_ARG_VAR([WGET], [Path to wget program]) +AX_CHECK_FETCHER # Checks for programs. AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_INSTALL -AX_PATH_PROG_OR_FAIL([WGET], [wget]) # Checks for programs that depend on a feature AX_DEPENDS_PATH_PROG([vtpm], [CMAKE], [cmake]) -- cgit v1.2.3