aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/configure.ac
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2006-11-02 23:05:24 +0000
committerEwan Mellor <ewan@xensource.com>2006-11-02 23:05:24 +0000
commitedb4739e12ad25cd8841fb84a6c6a81d00b493f4 (patch)
tree7f78674329838e7b25aa67b37d903921af069f73 /tools/xm-test/configure.ac
parent5a45364f3f7479b4548bb0be8f790d9d33446696 (diff)
downloadxen-edb4739e12ad25cd8841fb84a6c6a81d00b493f4.tar.gz
xen-edb4739e12ad25cd8841fb84a6c6a81d00b493f4.tar.bz2
xen-edb4739e12ad25cd8841fb84a6c6a81d00b493f4.zip
fix xm-test configure.ac to not define RD_PATH which prevented env override
Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
Diffstat (limited to 'tools/xm-test/configure.ac')
-rw-r--r--tools/xm-test/configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/xm-test/configure.ac b/tools/xm-test/configure.ac
index c9c5bd2d63..87df5cd6bd 100644
--- a/tools/xm-test/configure.ac
+++ b/tools/xm-test/configure.ac
@@ -11,11 +11,10 @@ AC_PROG_CC
#AC_PROG_INSTALL
AC_CHECK_PROG([LILO], lilo, lilo, "no", [$PATH])
-# Right now, we can assume that the lib/ and ramdisk/ directories
-# are two levels above the tests
+# Right now, we can assume that the lib/ directory
+# is two levels above the tests
TESTLIB=../../lib
-RD_PATH=../../ramdisk
-TENV="PYTHONPATH=$PYTHONPATH:$TESTLIB RD_PATH=$RD_PATH"
+TENV="PYTHONPATH=$PYTHONPATH:$TESTLIB"
AC_ARG_ENABLE(hvm-support,
[[ --enable-hvm-support enable hardware virtual machine assist]],