We nowadays require python >=2.4

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39889 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Julien Rioux 2011-10-19 20:50:41 +00:00
parent 5f759c4619
commit 7ddf5f3ba1

View File

@ -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