From 6a22d71b3b8d11d8b000b3e82f554ffa0eff63f3 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 4 Oct 2014 22:50:04 +0200 Subject: [PATCH] officially drop support for postgres 8.4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 70770948..cc77d333 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ fi dnl Check for PostgresSQL client library -AX_LIB_POSTGRESQL(8.4) +AX_LIB_POSTGRESQL(9.0) if test "x$POSTGRESQL_VERSION" = "x" then AC_MSG_ERROR([postgresql client library not found]) -- 2.45.2