From 5dc4da695919ff149919f3d12f2103c85566e62a Mon Sep 17 00:00:00 2001 From: Andreas Bießmann Date: Fri, 2 Dec 2011 08:51:50 +0100 Subject: add python to environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Bießmann Signed-off-by: Michael Olbrich --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a59a58e47..ade61dacb 100644 --- a/configure.ac +++ b/configure.ac @@ -350,7 +350,7 @@ AC_ARG_WITH(python, AS_HELP_STRING([--with-python],[name of the python executabl AC_SUBST(PYTHON) AC_MSG_NOTICE([Using python executable $PYTHON]) ],[ - PYTHON="python" + AC_PATH_PROGS(PYTHON, python2.7 python2.6 python) AC_SUBST(PYTHON) ]) dnl -- cgit v1.2.3