summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGilles Espinasse <g.esp@free.fr>2012-10-20 23:06:44 +0200
committerChris Wilson <chris@chris-wilson.co.uk>2012-10-21 09:34:08 +0100
commit813143c2205c12923519ce6dcf3c8e10f63f1085 (patch)
treec3776831af7779b9b5176b29554666b053381537 /configure.ac
parentc565bad8901dbe66e1402cdc2418986e96e698e3 (diff)
ft: Fix compilation on 1.12 without FT_Get_X11_Font_Format
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 017e81af5..c3b8f0199 100644
--- a/configure.ac
+++ b/configure.ac
@@ -533,7 +533,7 @@ if test "x$use_ft" = "xyes"; then
AC_DEFINE_UNQUOTED(HAVE_FT_BITMAP_SIZE_Y_PPEM,$HAVE_FT_BITMAP_SIZE_Y_PPEM,
[FT_Bitmap_Size structure includes y_ppem field])
- AC_CHECK_FUNCS(FT_GlyphSlot_Embolden FT_GlyphSlot_Oblique FT_Load_Sfnt_Table FT_Library_SetLcdFilter)
+ AC_CHECK_FUNCS(FT_Get_X11_Font_Format FT_GlyphSlot_Embolden FT_GlyphSlot_Oblique FT_Load_Sfnt_Table FT_Library_SetLcdFilter)
LIBS="$_save_libs"
CFLAGS="$_save_cflags"