From: Ewan Mellor Date: Thu, 2 Nov 2006 23:05:24 +0000 (+0000) Subject: fix xm-test configure.ac to not define RD_PATH which prevented env override X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15567^2~65 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=edb4739e12ad25cd8841fb84a6c6a81d00b493f4;p=xen.git fix xm-test configure.ac to not define RD_PATH which prevented env override Signed-off-by: Ryan Harper --- 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]],