aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/configure.ac
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-05-05 18:36:12 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-05-05 18:36:12 +0100
commitc1124c599381cbd33eb305a4240387048effbeea (patch)
tree748778b7e1c4482c4d9b220038c5d642437f1218 /tools/xm-test/configure.ac
parentc185594788c7b0f6ebb943ea28d85c816c7a83be (diff)
downloadxen-c1124c599381cbd33eb305a4240387048effbeea.tar.gz
xen-c1124c599381cbd33eb305a4240387048effbeea.tar.bz2
xen-c1124c599381cbd33eb305a4240387048effbeea.zip
Use the auxbin module to find the appropriate install directory for our Python
scripts. This fixes a bug with xm-test not working on 64-bit systems. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/xm-test/configure.ac')
-rw-r--r--tools/xm-test/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xm-test/configure.ac b/tools/xm-test/configure.ac
index 44d81b224e..eecbf7863a 100644
--- a/tools/xm-test/configure.ac
+++ b/tools/xm-test/configure.ac
@@ -13,7 +13,7 @@ AC_CHECK_PROG([LILO], lilo, lilo, "no", [$PATH])
# are two levels above the tests
TESTLIB=../../lib
RD_PATH=../../ramdisk
-TENV="PYTHONPATH=$PYTHONPATH:$TESTLIB:/usr/lib/python RD_PATH=$RD_PATH"
+TENV="PYTHONPATH=$PYTHONPATH:$TESTLIB RD_PATH=$RD_PATH"
AC_ARG_ENABLE(hvm-support,
[[ --enable-hvm-support enable hardware virtual machine assist]],