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:
parent
3d51695ea6
commit
a2e3707a4b
1 changed files with 1 additions and 1 deletions
|
@ -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)])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue