From edb4739e12ad25cd8841fb84a6c6a81d00b493f4 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Thu, 2 Nov 2006 23:05:24 +0000 Subject: [PATCH] fix xm-test configure.ac to not define RD_PATH which prevented env override Signed-off-by: Ryan Harper --- tools/xm-test/configure.ac | 7 +++---- 1 file 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]], -- 2.30.2