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