[cairo-commit] configure.in

Benjamin Otte company at kemper.freedesktop.org
Mon Dec 10 06:23:21 PST 2007


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dd71ac910c3c176687fe4da582876bf46becf6d5
Author: Benjamin Otte <otte at gnome.org>
Date:   Mon Dec 10 13:17:09 2007 +0100

    typo

diff --git a/configure.in b/configure.in
index bda5dd7..a5ca71c 100644
--- a/configure.in
+++ b/configure.in
@@ -499,7 +499,7 @@ CAIRO_BACKEND_ENABLE(ft, FreeType font, freetype, FT_FONT, auto, [
   ft_REQUIRES="fontconfig"
   PKG_CHECK_MODULES(FONTCONFIG, $ft_REQUIRES,
 		    [_CHECK_FUNCS_WITH_FLAGS(FcFini, [$FONTCONFIG_CFLAGS], [$FONTCONFIG_LIBS])],
-		    [AC_MSG_RESULT(no); use_ft="no (requires fontconfig"])
+		    [AC_MSG_RESULT(no); use_ft="no (requires fontconfig)"])
 
   if test "x$use_ft" = "xyes"; then
     PKG_CHECK_MODULES(FREETYPE, freetype2 >= $FREETYPE_MIN_VERSION,


More information about the cairo-commit mailing list