mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 02:58:02 +02:00
Fix typo leading to truncated error message (Christian Biesinger <cbiesinger@web.de>).
This commit is contained in:
parent
27e12fc1db
commit
4d84a70b9f
2 changed files with 6 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue