jri...@lyx.org wrote:
> Author: jrioux
> Date: Wed Oct 19 22:50:41 2011
> New Revision: 39889
> URL: http://www.lyx.org/trac/changeset/39889
> 
> Log:
> We nowadays require python >=2.4

this should be kept in sync with UPGRADING file...

> 
> Modified:
>    lyx-devel/trunk/configure.ac
> 
> Modified: lyx-devel/trunk/configure.ac
> ==============================================================================
> --- lyx-devel/trunk/configure.ac      Wed Oct 19 22:15:24 2011        (r39888)
> +++ lyx-devel/trunk/configure.ac      Wed Oct 19 22:50:41 2011        (r39889)
> @@ -58,7 +58,7 @@
>  done
>  
>  # Check for installed python
> -AM_PATH_PYTHON(2.3.4,, :)
> +AM_PATH_PYTHON(2.4.0,, :)
>  
>  ### we need to know the byte order for unicode conversions
>  AC_C_BIGENDIAN

Reply via email to