Bump required PostgreSQL to 13.0 (per README)
* configure.ac (AX_LIB_POSTGRESQL): ...here.
This commit is contained in:
parent
d00456fac7
commit
6e0e5c9a9d
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user