diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-08-05 16:30:02 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-08-05 16:36:05 -0400 |
commit | 221599ab0fc1a2fa878659fe5bef88104e56a07c (patch) | |
tree | 5f51d1b0e56ee0f2149d89ceb9e4b87868a4c678 /configure.in | |
parent | 19b36fb88757e34e8340de175f3723e882b92de7 (diff) |
Finish off lcd-filter merge
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9d3b9cc2..3e6a00e9 100644 --- a/configure.in +++ b/configure.in @@ -621,7 +621,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_Load_Sfnt_Table) + AC_CHECK_FUNCS(FT_GlyphSlot_Embolden FT_Load_Sfnt_Table FT_Library_SetLcdFilter) LIBS="$temp_save_libs" CFLAGS="$temp_save_cflags" |