mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02:00
Require Python 2.7
Python 2.7 is the last stable release of the 2.x series, as per PEP 404: http://legacy.python.org/dev/peps/pep-0404/ Python 2.7 is also 7 years old, and maintained until 2020.
This commit is contained in:
parent
c1ae1170fa
commit
fd541c3518
@ -389,7 +389,7 @@ AC_ARG_WITH(python,
|
|||||||
if test x"$PYTHON" = xyes; then
|
if test x"$PYTHON" = xyes; then
|
||||||
AC_MSG_ERROR([--with-python option requires a path or program argument])
|
AC_MSG_ERROR([--with-python option requires a path or program argument])
|
||||||
fi
|
fi
|
||||||
AM_PATH_PYTHON(2.5,,PYTHON="/usr/bin/env python2.5")
|
AM_PATH_PYTHON(2.7,,PYTHON="python2.7")
|
||||||
|
|
||||||
|
|
||||||
dnl ***********************
|
dnl ***********************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user