aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2012-03-01 15:23:31 +0000
committerIan Jackson <Ian.Jackson@eu.citrix.com>2012-03-01 15:23:31 +0000
commit546ba55410f7c772799b5f89c7027d8393b25b23 (patch)
treedc70463d1a25c69229a819840d701dfa6de85c2d /tools
parent1b21c0b45981cfe56777075e51268eed0371bbf2 (diff)
downloadxen-546ba55410f7c772799b5f89c7027d8393b25b23.tar.gz
xen-546ba55410f7c772799b5f89c7027d8393b25b23.tar.bz2
xen-546ba55410f7c772799b5f89c7027d8393b25b23.zip
build: rerun autoconf
24942:d70b4a1155e3 contains changes to configure.in and thus we need to rerun autogen.sh. Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure26
1 files changed, 1 insertions, 25 deletions
diff --git a/tools/configure b/tools/configure
index 648750a30a..c5b9ba4a9b 100755
--- a/tools/configure
+++ b/tools/configure
@@ -653,7 +653,6 @@ xapi
vtpm
monitors
githttp
-xsm
host_os
host_vendor
host_cpu
@@ -713,7 +712,6 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
-enable_xsm
enable_githttp
enable_monitors
enable_vtpm
@@ -1366,7 +1364,6 @@ Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --enable-xsm Enable XSM security module (by default, Flask)
--enable-githttp Download GIT repositories via HTTP
--disable-monitors Disable xenstat and xentop monitoring tools
--enable-vtpm Enable Virtual Trusted Platform Module
@@ -1375,7 +1372,7 @@ Optional Features:
--disable-ocamltools Disable Ocaml tools
--enable-miniterm Enable miniterm
--enable-lomount Enable lomount
- --disable-debug Disable debug build of Xen and tools
+ --disable-debug Disable debug build of tools
Some influential environment variables:
CC C compiler command
@@ -3914,27 +3911,6 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
# Enable/disable options
-# Check whether --enable-xsm was given.
-if test "${enable_xsm+set}" = set; then :
- enableval=$enable_xsm;
-fi
-
-
-if test "x$enable_xsm" = "xyes"; then :
-
- ax_cv_xsm="y"
-
-elif test "x$enable_xsm" = "xno"; then :
-
- ax_cv_xsm="n"
-
-elif test -z $ax_cv_xsm; then :
-
- ax_cv_xsm="n"
-
-fi
-xsm=$ax_cv_xsm
-
# Check whether --enable-githttp was given.
if test "${enable_githttp+set}" = set; then :
enableval=$enable_githttp;