From 5c52c9e0af0adba2547df39a51b93ab8bdacfd90 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 31 Jul 2013 16:15:54 +0100 Subject: tools: remove lomount Build was disabled by default in 2008 (9bb7f7e2aca49). As noted at the time people should be using kpartx these days instead. Signed-off-by: Ian Campbell Reviewed-by: Andrew Cooper Acked-by: Matt Wilson Acked-by: Ian Jackson --- tools/configure | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 9d66568265..8df24e6631 100755 --- a/tools/configure +++ b/tools/configure @@ -659,7 +659,6 @@ debug seabios rombios ovmf -lomount xsmpolicy ocamltools xenapi @@ -728,7 +727,6 @@ enable_monitors enable_xenapi enable_ocamltools enable_xsmpolicy -enable_lomount enable_ovmf enable_rombios enable_seabios @@ -1388,7 +1386,6 @@ Optional Features: --enable-xenapi Enable Xen API Bindings (default is DISABLED) --disable-ocamltools Disable Ocaml tools (default is ENABLED) --disable-xsmpolicy Disable XSM policy compilation (default is ENABLED) - --enable-lomount Enable lomount (default is DISABLED) --enable-ovmf Enable OVMF (default is DISABLED) --disable-rombios Disable ROM BIOS (default is ENABLED) --disable-seabios Disable SeaBIOS (default is ENABLED) @@ -3516,29 +3513,6 @@ xsmpolicy=$ax_cv_xsmpolicy -# Check whether --enable-lomount was given. -if test "${enable_lomount+set}" = set; then : - enableval=$enable_lomount; -fi - - -if test "x$enable_lomount" = "xno"; then : - - ax_cv_lomount="n" - -elif test "x$enable_lomount" = "xyes"; then : - - ax_cv_lomount="y" - -elif test -z $ax_cv_lomount; then : - - ax_cv_lomount="n" - -fi -lomount=$ax_cv_lomount - - - # Check whether --enable-ovmf was given. if test "${enable_ovmf+set}" = set; then : enableval=$enable_ovmf; -- cgit v1.2.3