mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Require Python 2.5 explicitly
Without someone to regularly test 2.4, and since the code in reality requires 2.5, switch to that for now.
This commit is contained in:
parent
b3111f87e2
commit
2512341fa6
@ -365,7 +365,7 @@ fi
|
||||
AC_SUBST(PERL_PATH)
|
||||
|
||||
# Need suitable python path for greport
|
||||
AM_PATH_PYTHON(2.4,,PYTHON="/usr/bin/env python2.4")
|
||||
AM_PATH_PYTHON(2.5,,PYTHON="/usr/bin/env python2.5")
|
||||
|
||||
|
||||
dnl ***********************
|
||||
|
Loading…
Reference in New Issue
Block a user