]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql-python3.patch
- updated to 12.18
[packages/postgresql.git] / postgresql-python3.patch
1 --- postgresql-12.11/config/python.m4   2022-05-09 23:18:31.000000000 +0200
2 +++ postgresql-12.11/config/python.m4   2022-05-28 17:30:01.649923602 +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  AC_ARG_VAR(PYTHON, [Python program])dnl
10  if test x"$PYTHON" = x""; then
11    AC_MSG_ERROR([Python not found])