]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql-python3.patch
- updated to 11.20
[packages/postgresql.git] / postgresql-python3.patch
1 --- postgresql-11.16/config/python.m4   2022-05-09 23:20:11.000000000 +0200
2 +++ postgresql-11.16/config/python.m4   2022-05-28 17:32:01.992152356 +0200
3 @@ -16,7 +16,7 @@
4  # "python2" and "python3", in which case it's reasonable to prefer the
5  # newer version.
6  AC_DEFUN([PGAC_PATH_PYTHON],
7 -[PGAC_PATH_PROGS(PYTHON, [python python3 python2])
8 +[PGAC_PATH_PROGS(PYTHON, [python3 python2 python])
9  if test x"$PYTHON" = x""; then
10    AC_MSG_ERROR([Python not found])
11  fi