From: Sarah Hoffmann Date: Sat, 4 Oct 2014 20:50:04 +0000 (+0200) Subject: officially drop support for postgres 8.4 X-Git-Tag: v2.4.0~85 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/6a22d71b3b8d11d8b000b3e82f554ffa0eff63f3?hp=d794b74550f24048a048ec6782a6af0b4bb4b94b officially drop support for postgres 8.4 --- 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])