File configure_PYTHON_FOR_REGEN.patch of Package python (Revision 381d91ea0ab10fc5235c75951d42564a)
Currently displaying revision 381d91ea0ab10fc5235c75951d42564a , Show latest
12
1
--- a/configure.ac
2
+++ b/configure.ac
3
4
# pybuilddir.txt will be created by --generate-posix-vars in the Makefile
5
rm -f pybuilddir.txt
6
7
-AC_CHECK_PROGS(PYTHON_FOR_REGEN, python$PACKAGE_VERSION python3 python, python3)
8
+AC_CHECK_PROGS(PYTHON_FOR_REGEN, python$PACKAGE_VERSION python python2, python)
9
AC_SUBST(PYTHON_FOR_REGEN)
10
11
if test "$cross_compiling" = yes; then
12