Fix typo leading to truncated error message (Christian Biesinger <cbiesinger@web.de>).

This commit is contained in:
Carl Worth 2005-10-08 10:50:08 +00:00
parent 27e12fc1db
commit 4d84a70b9f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-10-08 Carl Worth <cworth@cworth.org>
* configure.in: Fix typo leading to truncated error message
(Christian Biesinger <cbiesinger@web.de>).
2005-10-07 Kristian Høgsberg <krh@redhat.com>
* src/cairo-pdf-surface.c: (emit_solid_pattern),

View file

@ -219,7 +219,7 @@ 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)