exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 6e0e5c9a9d510830e9bc7e083932176e87b53d20
parent d00456fac7ef376ddcb49de1f9b2827259a35285
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Sat, 19 Feb 2022 20:53:11 -0500

Bump required PostgreSQL to 13.0 (per README)

* configure.ac (AX_LIB_POSTGRESQL): ...here.

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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