Changeset: 05b7db81dd1c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/05b7db81dd1c
Modified Files:
        configure.ag
Branch: Jun2020
Log Message:

We need an old proj library.


diffs (12 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1789,7 +1789,7 @@ AC_ARG_WITH([proj],
                [include proj support (default=auto)])],
        [have_proj="$withval"])
 AS_VAR_IF([have_proj], [no], [], [
-       PKG_CHECK_MODULES([proj], [proj],
+       PKG_CHECK_MODULES([proj], [proj < 8.0.0],
                [AC_DEFINE([HAVE_PROJ], 1, [Define if the proj library exists])
                 have_proj=yes],
                [AS_VAR_IF([have_proj], [auto], [],
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to