From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from cyclops.biessmann.org ([134.0.25.77]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WbtoB-0002fa-L6 for ptxdist@pengutronix.de; Sun, 20 Apr 2014 17:37:33 +0200 Message-ID: <5353EAA2.4080207@biessmann.de> Date: Sun, 20 Apr 2014 17:41:22 +0200 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= MIME-Version: 1.0 References: <1398000382-19097-1-git-send-email-alex.aring@gmail.com> <1398000382-19097-3-git-send-email-alex.aring@gmail.com> In-Reply-To: <1398000382-19097-3-git-send-email-alex.aring@gmail.com> Subject: Re: [ptxdist] [PATCH v4 2/4] configure.ac: add check for python 2.x version Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Alexander Aring Hi Alexander, On 20.04.14 15:26, Alexander Aring wrote: > Signed-off-by: Alexander Aring > --- > configure.ac | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > = > diff --git a/configure.ac b/configure.ac > index 2a97944..3d1036d 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -304,6 +304,18 @@ AC_ARG_WITH(python, AS_HELP_STRING([--with-python],[= name of the python executabl > AC_PATH_PROGS(PYTHON, python2.7 python2.6 python) > AC_SUBST(PYTHON) > ]) > + > +dnl > +dnl Check for Python 2.x > +dnl > +AC_MSG_CHECKING([check for Python version]) I would remove the 'check' in this message: ---8<--- checking check for Python version... 2.7.6 --->8--- Usual phrase is 'checking for ...' Regards Andreas Bie=DFmann -- = ptxdist mailing list ptxdist@pengutronix.de