[cairo-commit] cairo ChangeLog, 1.1085, 1.1086 configure.in, 1.146, 1.147

Carl Worth commit at pdx.freedesktop.org
Sat Oct 8 10:50:11 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog configure.in 
Log Message:

2005-10-08  Carl Worth  <cworth at cworth.org>

        * configure.in: Fix typo leading to truncated error message
        (Christian Biesinger <cbiesinger at web.de>).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1085
retrieving revision 1.1086
diff -u -d -r1.1085 -r1.1086
--- ChangeLog	7 Oct 2005 20:21:01 -0000	1.1085
+++ ChangeLog	8 Oct 2005 17:50:08 -0000	1.1086
@@ -1,3 +1,8 @@
+2005-10-08  Carl Worth  <cworth at cworth.org>
+
+	* configure.in: Fix typo leading to truncated error message
+	(Christian Biesinger <cbiesinger at web.de>).
+
 2005-10-07  Kristian Høgsberg  <krh at redhat.com>
 
 	* src/cairo-pdf-surface.c: (emit_solid_pattern),

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- configure.in	4 Oct 2005 20:48:25 -0000	1.146
+++ configure.in	8 Oct 2005 17:50:08 -0000	1.147
@@ -219,7 +219,7 @@
 if test "x$use_png" = "xyes"; then
   PNG_FUNCTIONS_FEATURE="#define CAIRO_HAS_PNG_FUNCTIONS 1"
 else
-  AC_MSG_WARN("*** To run the tests, cairo must be built with png support ***)
+  AC_MSG_WARN([*** To run the tests, cairo must be built with png support ***])
 fi
 AC_SUBST(PNG_FUNCTIONS_FEATURE)
 



More information about the cairo-commit mailing list