[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] fix xm-test configure.ac to not define RD_PATH which prevented env override
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Node ID edd592c823a520d4072a95ac39beb2012c05321e # Parent 505e35e82d7d678f3d7f1943ac531edcbbce320a fix xm-test configure.ac to not define RD_PATH which prevented env override Signed-off-by: Ryan Harper <ryanh@xxxxxxxxxx> --- tools/xm-test/configure.ac | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff -r 505e35e82d7d -r edd592c823a5 tools/xm-test/configure.ac --- a/tools/xm-test/configure.ac Wed Nov 01 14:27:54 2006 +0000 +++ b/tools/xm-test/configure.ac Thu Nov 02 23:05:24 2006 +0000 @@ -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]], _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |