aboutsummaryrefslogtreecommitdiffstats
path: root/tools/configure.ac
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-02-29 15:11:31 +0000
committerKeir Fraser <keir@xen.org>2012-02-29 15:11:31 +0000
commitd04b4856b5cbd9414cca4862216ac880680ab0c6 (patch)
tree95fc2c1aa97791b119252c45b06bf49be16e9058 /tools/configure.ac
parentb4cb6ebb6f656818b19ee4fb9e91fbb9a98f3786 (diff)
downloadxen-d04b4856b5cbd9414cca4862216ac880680ab0c6.tar.gz
xen-d04b4856b5cbd9414cca4862216ac880680ab0c6.tar.bz2
xen-d04b4856b5cbd9414cca4862216ac880680ab0c6.zip
Revert 24897:f25e5785327e "Export configure variables to hypervisor build"
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'tools/configure.ac')
-rw-r--r--tools/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/configure.ac b/tools/configure.ac
index 5b2815d16c..c5dec9c59f 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -6,7 +6,6 @@ AC_INIT([Xen Hypervisor], m4_esyscmd([../version.sh ../xen/Makefile]),
[xen-devel@lists.xensource.com])
AC_CONFIG_SRCDIR([libxl/libxl.c])
AC_CONFIG_FILES([../config/Tools.mk])
-AC_CONFIG_FILES([../config/Xen.mk])
AC_CONFIG_HEADERS([config.h])
AC_PREFIX_DEFAULT([/usr])
AC_CONFIG_AUX_DIR([.])