aboutsummaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure27
1 files changed, 0 insertions, 27 deletions
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;