From: Owen Taylor Date: Wed, 12 Feb 2003 22:12:55 +0000 (+0000) Subject: Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation X-Git-Tag: submit/master/20120920.151126~7^2~1422 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5febce1ffc956ea44526d50be7cf14c69c66cb34;p=framework%2Fuifw%2Fharfbuzz.git 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.) --- 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 */