Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation

Wed Feb 12 16:59:23 2003  Owen Taylor  <otaylor@redhat.com>

        * 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.)
This commit is contained in:
Owen Taylor 2003-02-12 22:12:55 +00:00 committed by Owen Taylor
parent 54e85cc0cf
commit 5febce1ffc
1 changed files with 0 additions and 4 deletions

View File

@ -4,14 +4,10 @@
#include <config.h> #include <config.h>
#ifdef HAVE_FREETYPE_2_0_3
#include <freetype/internal/tterrors.h>
#else
#define TT_Err_Ok FT_Err_Ok #define TT_Err_Ok FT_Err_Ok
#define TT_Err_Invalid_Argument FT_Err_Invalid_Argument #define TT_Err_Invalid_Argument FT_Err_Invalid_Argument
#define TT_Err_Invalid_Face_Handle FT_Err_Invalid_Face_Handle #define TT_Err_Invalid_Face_Handle FT_Err_Invalid_Face_Handle
#define TT_Err_Table_Missing FT_Err_Table_Missing #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 /* Compat macros for name changes in FreeType 2.1.0
*/ */