From 5ae9058f382802effc2031bc2a2ffe44673e7fbf Mon Sep 17 00:00:00 2001 From: Alexander Aring Date: Sun, 20 Apr 2014 15:26:21 +0200 Subject: configure.ac: check for python2 binary as well Signed-off-by: Alexander Aring 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 8cae510bc..3c4f9568c 100644 --- a/configure.ac +++ b/configure.ac @@ -301,7 +301,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]) ],[ - AC_PATH_PROGS(PYTHON, python2.7 python2.6 python) + AC_PATH_PROGS(PYTHON, python2 python2.7 python2.6 python) AC_SUBST(PYTHON) ]) -- cgit v1.2.3