From: Julien Rioux Date: Tue, 29 Nov 2011 23:04:51 +0000 (+0000) Subject: It looks like we do require python 2.4 in branch as well, since r39565 X-Git-Tag: 2.0.3~178 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6d2d419082b50dc85cbac1b1db78083961e57faf;p=features.git It looks like we do require python 2.4 in branch as well, since r39565 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40320 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/configure.ac b/configure.ac index a67d38b0c3..6fe4e155f0 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ for file in config/install-sh ; do 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