[cairo-commit] cairo ChangeLog, 1.1172, 1.1173 configure.in, 1.156, 1.157

Christian Biesinger commit at pdx.freedesktop.org
Fri Dec 16 16:23:07 PST 2005


Committed by: biesi

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv15031

Modified Files:
	ChangeLog configure.in 
Log Message:
2005-12-17  Christian Biesinger  <cbiesinger at web.de>

        * configure.in: make the SVG backend freetype message actually mention SVG
        rather than PDF.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1172
retrieving revision 1.1173
diff -u -d -r1.1172 -r1.1173
--- ChangeLog	16 Dec 2005 19:48:48 -0000	1.1172
+++ ChangeLog	17 Dec 2005 00:23:04 -0000	1.1173
@@ -1,3 +1,8 @@
+2005-12-17  Christian Biesinger  <cbiesinger at web.de>
+
+	* configure.in: make the SVG backend freetype message actually mention SVG
+	rather than PDF.
+
 2005-12-16  Carl Worth  <cworth at cworth.org>
 
 	* src/test-fallback-surface.c:

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- configure.in	16 Dec 2005 19:31:10 -0000	1.156
+++ configure.in	17 Dec 2005 00:23:04 -0000	1.157
@@ -466,7 +466,7 @@
   [use_svg=$enableval], [use_svg=no])
 
 if test x"$have_ft_load_sfnt_table" != "xyes" ; then
-  AC_MSG_WARN([PDF backend requires FreeType 2.1.4 or newer, disabling])
+  AC_MSG_WARN([SVG backend requires FreeType 2.1.4 or newer, disabling])
   use_svg=no
 fi
 



More information about the cairo-commit mailing list