]> git.pld-linux.org Git - packages/libpst.git/blame - python3.10.patch
boost rebuild
[packages/libpst.git] / python3.10.patch
CommitLineData
0b7fd0ba
JR
1--- libpst-0.6.76/m4/ax_python.m4~ 2021-03-28 01:08:05.000000000 +0100
2+++ libpst-0.6.76/m4/ax_python.m4 2022-04-04 00:27:48.636121929 +0200
3@@ -55,7 +55,7 @@
4 AC_DEFUN([AX_PYTHON],
5 [AC_MSG_CHECKING(for python build information)
6 AC_MSG_RESULT([])
7-for python in python3.9 python3.8 python3.7 python3.6 python3.5 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
8+for python in python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
9 AC_CHECK_PROGS(PYTHON_BIN, [$python])
10 ax_python_bin=$PYTHON_BIN
11 if test x$ax_python_bin != x; then
This page took 0.05025 seconds and 4 git commands to generate.