From 5febce1ffc956ea44526d50be7cf14c69c66cb34 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 12 Feb 2003 22:12:55 +0000 Subject: [PATCH] Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation Wed Feb 12 16:59:23 2003 Owen Taylor * configure.in pango/opentype/fterrcompat.h README: Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation failure with older versions, this catches it more cleanly, and removes some unneeded checks. #105302, problem reported by Will Partain.) --- src/fterrcompat.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fterrcompat.h b/src/fterrcompat.h index 200cf64..223a993 100644 --- a/src/fterrcompat.h +++ b/src/fterrcompat.h @@ -4,14 +4,10 @@ #include -#ifdef HAVE_FREETYPE_2_0_3 -#include -#else #define TT_Err_Ok FT_Err_Ok #define TT_Err_Invalid_Argument FT_Err_Invalid_Argument #define TT_Err_Invalid_Face_Handle FT_Err_Invalid_Face_Handle #define TT_Err_Table_Missing FT_Err_Table_Missing -#endif /* HAVE_FREETYPE_2_0_3 */ /* Compat macros for name changes in FreeType 2.1.0 */ -- 2.7.4