From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ee0-x22d.google.com ([2a00:1450:4013:c00::22d]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WcBRz-0003WS-I3 for ptxdist@pengutronix.de; Mon, 21 Apr 2014 12:27:49 +0200 Received: by mail-ee0-f45.google.com with SMTP id d17so3539438eek.4 for ; Mon, 21 Apr 2014 03:27:42 -0700 (PDT) From: Alexander Aring Date: Mon, 21 Apr 2014 12:27:32 +0200 Message-Id: <1398076053-32605-4-git-send-email-alex.aring@gmail.com> In-Reply-To: <1398076053-32605-1-git-send-email-alex.aring@gmail.com> References: <1398076053-32605-1-git-send-email-alex.aring@gmail.com> Subject: [ptxdist] [PATCH v5 3/4] configure.ac: check for python2 binary as well Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Alexander Aring Signed-off-by: Alexander Aring --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8cae510..3c4f956 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) ]) -- 1.9.2 -- ptxdist mailing list ptxdist@pengutronix.de