[cairo] [patch] Typo in configure.in

Christian Biesinger cbiesinger at web.de
Sat Oct 8 09:23:51 PDT 2005


Hi,
the attached patch fixes a typo in configure.in that lead to a truncated 
error message:
configure: WARNING: "*** To run the tests

-biesi
-------------- next part --------------
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.146
diff -p -u -6 -r1.146 configure.in
--- configure.in	4 Oct 2005 20:48:25 -0000	1.146
+++ configure.in	8 Oct 2005 16:09:00 -0000
@@ -216,13 +216,13 @@ if test "x$use_png" = "xyes"; then
 fi
 
 AM_CONDITIONAL(CAIRO_HAS_PNG_FUNCTIONS, test "x$use_png" = "xyes")
 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)
 
 CAIRO_CFLAGS="$CAIRO_CFLAGS $PNG_CFLAGS"
 CAIRO_LIBS="$CAIRO_LIBS $PNG_LIBS"
 


More information about the cairo mailing list