[mapserver-commits] r12864 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Wed Dec 7 10:10:13 EST 2011
Author: tbonfort
Date: 2011-12-07 07:10:13 -0800 (Wed, 07 Dec 2011)
New Revision: 12864
Modified:
trunk/mapserver/configure.in
Log:
fix some SVG_CAIRO macros
Modified: trunk/mapserver/configure.in
===================================================================
--- trunk/mapserver/configure.in 2011-12-07 14:52:13 UTC (rev 12863)
+++ trunk/mapserver/configure.in 2011-12-07 15:10:13 UTC (rev 12864)
@@ -2310,6 +2310,10 @@
AC_MSG_CHECKING(if Cairo svg parser support requested)
+AC_SUBST(LIBSVG_CAIRO_ENABLED,$LIBSVG_CAIRO_ENABLED)
+AC_SUBST(LIBSVG_CAIRO_INC,$LIBSVG_CAIRO_INC)
+AC_SUBST(LIBSVG_CAIRO_LIB,$LIBSVG_CAIRO_LIB)
+
AC_ARG_WITH(libsvg-cairo,
[ --with-libsvg-cairo[[=ARG]] Include Cairo SVG Parser Support (ARG=yes/path to cairo.pc)],,)
More information about the mapserver-commits
mailing list