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.)
pull/1/head
Owen Taylor 22 years ago committed by Owen Taylor
parent 54e85cc0cf
commit 5febce1ffc
  1. 4
      src/fterrcompat.h

@ -4,14 +4,10 @@
#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_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
*/

Loading…
Cancel
Save