Changeset: f9e19355a904 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f9e19355a904
Modified Files:
configure.ag
Branch: Mar2011
Log Message:
configure: remove stray ]
diffs (12 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2609,7 +2609,7 @@
if test "x$have_geos" != xno; then
save_LIBS="$LIBS"
LIBS="$LIBS $GEOS_LIBS"
- AC_CHECK_LIB(geos_c, GEOSEnvelope, :, have_geos=no])
+ AC_CHECK_LIB(geos_c, GEOSEnvelope, :, have_geos=no)
LIBS="$save_LIBS"
fi
if test "x$have_geos" != xno; then
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list