Przeglądaj źródła

Fix Python allowed versions

Hicham Benjelloun 7 lat temu
rodzic
commit
a2e3707a4b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      configure.ac

+ 1
- 1
configure.ac Wyświetl plik

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

Loading…
Anuluj
Zapisz