[cairo-commit] cairo ChangeLog, 1.1026.2.30, 1.1026.2.31 configure.in, 1.140.2.5, 1.140.2.6

Carl Worth commit at pdx.freedesktop.org
Sat Oct 8 10:58:13 PDT 2005


Committed by: cworth

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

Modified Files:
      Tag: BRANCH_1_0
	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.1026.2.30
retrieving revision 1.1026.2.31
diff -u -d -r1.1026.2.30 -r1.1026.2.31
--- ChangeLog	6 Oct 2005 18:34:46 -0000	1.1026.2.30
+++ ChangeLog	8 Oct 2005 17:58:11 -0000	1.1026.2.31
@@ -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-06  Carl Worth  <cworth at cworth.org>
 
 	* src/cairo-xlib-surface.c: (_draw_image_surface): Add missing

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.140.2.5
retrieving revision 1.140.2.6
diff -u -d -r1.140.2.5 -r1.140.2.6
--- configure.in	4 Oct 2005 20:49:33 -0000	1.140.2.5
+++ configure.in	8 Oct 2005 17:58:11 -0000	1.140.2.6
@@ -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