Bump required PostgreSQL to 13.0 (per README)

* configure.ac (AX_LIB_POSTGRESQL): ...here.
This commit is contained in:
Thien-Thi Nguyen 2022-02-19 20:53:11 -05:00
parent d00456fac7
commit 6e0e5c9a9d
No known key found for this signature in database
GPG Key ID: 670322244C807502

View File

@ -335,7 +335,7 @@ AS_IF([test $jansson = 0],
# test for postgres # test for postgres
AX_LIB_POSTGRESQL([9.3]) AX_LIB_POSTGRESQL([13.0])
AS_IF([test "x$found_postgresql" = "xyes"],[postgres=true]) AS_IF([test "x$found_postgresql" = "xyes"],[postgres=true])
TALER_LIB_LDFLAGS="-export-dynamic -no-undefined" TALER_LIB_LDFLAGS="-export-dynamic -no-undefined"