Changeset: 7d387a0cc7ca for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7d387a0cc7ca
Modified Files:
        configure.ag
Branch: default
Log Message:

Merged from Mar2011


diffs (12 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2408,7 +2408,7 @@
        fi
        if test "x$have_geos" != xno; then
                GEOS_INCS="`$GEOS_CONFIG --cflags`"
-               GEOS_LIBS="`$GEOS_CONFIG --libs | sed 's:geos:geos_c:'`"
+               GEOS_LIBS="`$GEOS_CONFIG --libs | sed 's:-lgeos:-lgeos_c:'`"
        fi
        if test "x$have_geos" = xno; then
                if test "x$enable_geom" = xyes; then
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to