forked from hans/Nominatim
officially drop support for postgres 8.4
This commit is contained in:
@@ -40,7 +40,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
dnl Check for PostgresSQL client library
|
dnl Check for PostgresSQL client library
|
||||||
AX_LIB_POSTGRESQL(8.4)
|
AX_LIB_POSTGRESQL(9.0)
|
||||||
if test "x$POSTGRESQL_VERSION" = "x"
|
if test "x$POSTGRESQL_VERSION" = "x"
|
||||||
then
|
then
|
||||||
AC_MSG_ERROR([postgresql client library not found])
|
AC_MSG_ERROR([postgresql client library not found])
|
||||||
|
|||||||
Reference in New Issue
Block a user