mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
5f759c4619
commit
7ddf5f3ba1
@ -58,7 +58,7 @@ for file in config/install-sh ; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Check for installed python
|
# 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
|
### we need to know the byte order for unicode conversions
|
||||||
AC_C_BIGENDIAN
|
AC_C_BIGENDIAN
|
||||||
|
Loading…
Reference in New Issue
Block a user