officially drop support for postgres 8.4

This commit is contained in:
Sarah Hoffmann 2014-10-04 22:50:04 +02:00
parent d794b74550
commit 6a22d71b3b

View File

@ -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])