From b46bb58e11f9d7b7fa68a64ca887c9b996b8f6f2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 1 Dec 2007 20:41:55 -0500 Subject: [PATCH] [configure.in] Bump freetype required version to 2.1.9 (#13482) --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 355e47e26..6fcda8cf5 100644 --- a/configure.in +++ b/configure.in @@ -482,8 +482,8 @@ dnl =========================================================================== # freetype2.pc in the release. # # FreeType versions come in three forms: -# release (such as 2.1.5) -# libtool (such as 9.4.3) (returned by freetype-config and pkg-config) +# release (such as 2.1.9) +# libtool (such as 9.7.3) (returned by freetype-config and pkg-config) # platform-specific/soname (such as 6.3.4) # and they recommend you never use the platform-specific version # (see docs/VERSION.DLL in freetype2 sources) @@ -491,9 +491,9 @@ dnl =========================================================================== # Set these as appropriate: # release number - for information only -FREETYPE_MIN_RELEASE=2.1.0 +FREETYPE_MIN_RELEASE=2.1.9 # libtool-specific version - this is what is checked -FREETYPE_MIN_VERSION=8.0.2 +FREETYPE_MIN_VERSION=9.7.3 CAIRO_BACKEND_ENABLE(ft, FreeType font, freetype, FT_FONT, auto, [ ft_REQUIRES="fontconfig"