1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-21 08:39:03 +02:00

Fix Python allowed versions

This commit is contained in:
Hicham Benjelloun 2017-03-15 13:38:11 +01:00
commit a2e3707a4b

View file

@ -33,7 +33,7 @@ m4_include([m4/python_pyconfigure.m4]) #Renamed because we use a patched version
m4_define(python_min_ver, 3.4.2)
AM_PATH_PYTHON([3.4.2]) #init aclocal's default python support
PC_INIT([3.4.2], [3.5]) #init pyconfigure aclocal's macro
PC_INIT([3.4.2], [3.6]) #init pyconfigure aclocal's macro
PC_PYTHON_VERIFY_VERSION([>=], python_min_ver, ,
[AC_MSG_ERROR(Python interpreter too old)])