X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6a22d71b3b8d11d8b000b3e82f554ffa0eff63f3..ccca38f22d25624a420316419a697f893780d6fc:/configure.ac diff --git a/configure.ac b/configure.ac index cc77d333..53a8e871 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Nominatim,2.4) +AC_INIT(Nominatim,2.5) if git rev-parse HEAD 2>/dev/null >/dev/null; then AC_SUBST([PACKAGE_VERSION], [$PACKAGE_VERSION-git-`git rev-parse --short HEAD`]) fi @@ -9,6 +9,7 @@ AC_PREREQ(2.61) AM_INIT_AUTOMAKE([1.9.6 dist-bzip2 std-options check-news]) dnl Additional macro definitions are in here +m4_include([m4/ax_lib_postgresql_svr.m4]) AC_CONFIG_MACRO_DIR([osm2pgsql/m4]) dnl Generate configuration header file @@ -45,6 +46,7 @@ if test "x$POSTGRESQL_VERSION" = "x" then AC_MSG_ERROR([postgresql client library not found]) fi +AX_LIB_POSTGRESQL_SVR(9.0) if test ! -f "$POSTGRESQL_PGXS" then AC_MSG_ERROR([postgresql server development library not found])