Update of /cvsroot/monetdb/geom
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12952
Modified Files:
Tag: Geom_0-4
configure.ag
Log Message:
Commented max version check for geos library: we should now be able to
use geos 3.0.
U configure.ag
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/geom/configure.ag,v
retrieving revision 1.12.2.4
retrieving revision 1.12.2.5
diff -u -d -r1.12.2.4 -r1.12.2.5
--- configure.ag 5 Jun 2008 17:36:06 -0000 1.12.2.4
+++ configure.ag 20 Jun 2008 18:09:34 -0000 1.12.2.5
@@ -93,7 +93,7 @@
dnl geos
GEOS_VERSION_REQUIRED_MIN=2.0.0
-GEOS_VERSION_REQUIRED_MAX=3.0.0
+dnl GEOS_VERSION_REQUIRED_MAX=3.0.0
have_geos=auto
GEOS_CONFIG=''
GEOS_INCS=''
@@ -118,20 +118,21 @@
fi
fi
if test "x$have_geos" != xno; then
- AC_MSG_CHECKING([for Geos >= $GEOS_VERSION_REQUIRED_MIN, but <
$GEOS_VERSION_REQUIRED_MAX])
+dnl AC_MSG_CHECKING([for Geos >= $GEOS_VERSION_REQUIRED_MIN, but <
$GEOS_VERSION_REQUIRED_MAX])
+ AC_MSG_CHECKING([for Geos >= $GEOS_VERSION_REQUIRED_MIN])
GEOS_VERSION="`$GEOS_CONFIG --version`"
AC_MSG_RESULT(found $GEOS_VERSION)
wrong=''
if test MONETDB_VERSION_TO_NUMBER(echo $GEOS_VERSION) -lt
MONETDB_VERSION_TO_NUMBER(echo $GEOS_VERSION_REQUIRED_MIN); then
wrong="too old"
fi
- if test MONETDB_VERSION_TO_NUMBER(echo $GEOS_VERSION) -ge
MONETDB_VERSION_TO_NUMBER(echo $GEOS_VERSION_REQUIRED_MAX); then
- wrong="not yet supported"
- fi
- if test "x$wrong" != x; then
- AC_MSG_ERROR([Geos version $GEOS_VERSION is $wrong])
- have_geos=no
- fi
+dnl if test MONETDB_VERSION_TO_NUMBER(echo $GEOS_VERSION) -ge
MONETDB_VERSION_TO_NUMBER(echo $GEOS_VERSION_REQUIRED_MAX); then
+dnl wrong="not yet supported"
+dnl fi
+dnl if test "x$wrong" != x; then
+dnl AC_MSG_ERROR([Geos version $GEOS_VERSION is $wrong])
+dnl have_geos=no
+dnl fi
fi
if test "x$have_geos" != xno; then
case "$GCC-$CC-`$GEOS_CONFIG --prefix`-`$GEOS_CONFIG --includes`" in
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins