Don't attempt to detect Python 3.0 and 3.1
This commit is contained in:
parent
e7638089f7
commit
f3ad4e030c
1 changed files with 1 additions and 1 deletions
|
|
@ -753,7 +753,7 @@ else
|
|||
if test x"$PYOSNAME" = x"nt" -a x"$PYSEPARATOR" = x"\\" -a $PYVER -ge 3; then
|
||||
PYTHON3="$PYTHON"
|
||||
else
|
||||
for py_ver in 3 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 ""; do
|
||||
for py_ver in 3 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 ""; do
|
||||
AC_CHECK_PROGS(PYTHON3, [python$py_ver])
|
||||
if test -n "$PYTHON3"; then
|
||||
AC_CHECK_PROGS(PY3CONFIG, [$PYTHON3-config])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue