[cairo-commit]
libsvg-cairo ChangeLog, 1.62, 1.63 configure.in, 1.20, 1.21
Malcolm Tredinnick
commit at pdx.freedesktop.org
Wed Jul 20 13:32:07 PDT 2005
Committed by: malcolm
Update of /cvs/cairo/libsvg-cairo
In directory gabe:/tmp/cvs-serv26867
Modified Files:
ChangeLog configure.in
Log Message:
2005-07-20 Malcolm Tredinnick <malcolm at commsecure.com.au>
* configure.in:
Continue the configure process if pangocairo is not available.
Fix a typo in the description of --disable-pango.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- ChangeLog 19 Jul 2005 16:57:17 -0000 1.62
+++ ChangeLog 20 Jul 2005 20:32:05 -0000 1.63
@@ -1,3 +1,9 @@
+2005-07-20 Malcolm Tredinnick <malcolm at commsecure.com.au>
+
+ * configure.in:
+ Continue the configure process if pangocairo is not available.
+ Fix a typo in the description of --disable-pango.
+
2005-07-19 Keith Packard <keithp at keithp.com>
* src/svg_cairo.c: (_svg_cairo_get_text_anchor),
Index: configure.in
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/configure.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- configure.in 12 Jul 2005 19:37:43 -0000 1.20
+++ configure.in 20 Jul 2005 20:32:05 -0000 1.21
@@ -59,12 +59,12 @@
AC_ARG_ENABLE(pango,
AC_HELP_STRING([--disable-pango],
- [Use pango to layout text elements]),
+ [do not use pango to layout text elements]),
[PANGOCAIRO=$enableval],
[PANGOCAIRO=yes])
if test x$PANGOCAIRO = xyes; then
PKG_CHECK_MODULES(PANGOCAIRO, pangocairo,
- AC_DEFINE(HAVE_PANGOCAIRO,1,[Has pangocairo module]))
+ AC_DEFINE(HAVE_PANGOCAIRO,1,[Has pangocairo module]),:)
fi
dnl ===========================================================================
More information about the cairo-commit
mailing list