X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b7fd7ef1698465ad5d4bf2f0bada707077f40d5c..8f0199008da804372cf0e3d793f3fa5ad12b3696:/configure.ac diff --git a/configure.ac b/configure.ac index badcb5b2..53a8e871 100644 --- a/configure.ac +++ b/configure.ac @@ -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])