]> git.openstreetmap.org Git - nominatim.git/blobdiff - configure.ac
officially drop support for postgres 8.4
[nominatim.git] / configure.ac
index 7077094837c74a1c4eb43d5284e3615931495fa8..cc77d333ae4cb32b53f04b4cfe3f2f91e5ca0f00 100644 (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])