Changeset: 9cc9d67f3a73 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9cc9d67f3a73
Modified Files:
configure.ag
Branch: sciql
Log Message:
libgeotiff: fix thinko with subst
diffs (14 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2146,8 +2146,8 @@ if test "x$have_geotiff" != xno; then
GEOTIFF_LIBS=""
fi
fi
-AC_SUBST(GEOTIFF_CFLAGS, $geotiff_CFLAGS)
-AC_SUBST(GEOTIFF_LIBS, $geotiff_LIBS)
+AC_SUBST(geotiff_CFLAGS, $GEOTIFF_CFLAGS)
+AC_SUBST(geotiff_LIBS, $GEOTIFF_LDFLAGS)
AM_CONDITIONAL(HAVE_GEOTIFF, test x"$have_geotiff" != xno)
# geos, only used in geom module
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list