Re: [PATCH] Add support for newer python version

2009-12-21 Thread Ralf Wildenhues
Hi Julien, * Julien Danjou wrote on Fri, Dec 18, 2009 at 11:11:56PM CET: > --- a/m4/python.m4 > +++ b/m4/python.m4 > @@ -37,7 +37,7 @@ AC_DEFUN([AM_PATH_PYTHON], >dnl Find a Python interpreter. Python versions prior to 2.0 are not >dnl supported. (2.0 was released on October 16, 2000). >

[PATCH] Add support for newer python version

2009-12-19 Thread Julien Danjou
Signed-off-by: Julien Danjou --- m4/python.m4 |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/m4/python.m4 b/m4/python.m4 index 16de9c3..1dc3985 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -37,7 +37,7 @@ AC_DEFUN([AM_PATH_PYTHON], dnl Find a Python interpreter. P