]> git.openstreetmap.org Git - nominatim.git/commitdiff
officially drop support for postgres 8.4
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 4 Oct 2014 20:50:04 +0000 (22:50 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 4 Oct 2014 20:50:04 +0000 (22:50 +0200)
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])