From 6e772b81d45a1df20665d592f4c3da1a9fafd635 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Wed, 15 Dec 2010 20:32:42 +0100 Subject: [PATCH] use detected python --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 81d1ce1c6..c839b96e5 100644 --- a/configure.in +++ b/configure.in @@ -197,7 +197,7 @@ AC_HELP_STRING([--with-offset-prefix], if test "x$PORTAGE_EPREFIX" != "x" then - PORTAGE_EPREFIX=`${PORTAGE_PYTHON} -c "import os; print os.path.normpath('$PORTAGE_EPREFIX')"` + PORTAGE_EPREFIX=`${PREFIX_PORTAGE_PYTHON} -c "import os; print os.path.normpath('$PORTAGE_EPREFIX')"` DEFAULT_PATH="${PORTAGE_EPREFIX}/usr/sbin:${PORTAGE_EPREFIX}/usr/bin:${PORTAGE_EPREFIX}/sbin:${PORTAGE_EPREFIX}/bin" else # this is what trunk uses in ebuild.sh -- 2.26.2