From e2a9f8090a40cef035b87677b63f9e62281c179a Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 14 Nov 2012 16:27:58 +0000 Subject: tools: rerun autoconf after 26144:170d45f7a2eb Signed-off-by: Ian Campbell Committed-by: Ian Campbell --- tools/configure | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index edf42f6b0d..f9d1925c82 100755 --- a/tools/configure +++ b/tools/configure @@ -668,7 +668,6 @@ lomount miniterm ocamltools xenapi -vtpm monitors githttp host_os @@ -722,7 +721,6 @@ ac_user_opts=' enable_option_checking enable_githttp enable_monitors -enable_vtpm enable_xenapi enable_ocamltools enable_miniterm @@ -1381,8 +1379,6 @@ Optional Features: DISABLED) --disable-monitors Disable xenstat and xentop monitoring tools (default is ENABLED) - --enable-vtpm Enable Virtual Trusted Platform Module (default is - DISABLED) --enable-xenapi Enable Xen API Bindings (default is DISABLED) --disable-ocamltools Disable Ocaml tools (default is ENABLED) --enable-miniterm Enable miniterm (default is DISABLED) @@ -2445,29 +2441,6 @@ monitors=$ax_cv_monitors -# Check whether --enable-vtpm was given. -if test "${enable_vtpm+set}" = set; then : - enableval=$enable_vtpm; -fi - - -if test "x$enable_vtpm" = "xno"; then : - - ax_cv_vtpm="n" - -elif test "x$enable_vtpm" = "xyes"; then : - - ax_cv_vtpm="y" - -elif test -z $ax_cv_vtpm; then : - - ax_cv_vtpm="n" - -fi -vtpm=$ax_cv_vtpm - - - # Check whether --enable-xenapi was given. if test "${enable_xenapi+set}" = set; then : enableval=$enable_xenapi; -- cgit v1.2.3