Skip to content

Commit

Permalink
Bump fontconfig dep to 2.10.91
Browse files Browse the repository at this point in the history
This is the first version of fontconfig that is thread-safe.
  • Loading branch information
Matthias Clasen committed Jan 10, 2013
1 parent 95d13ce commit 48423ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ AM_CONDITIONAL(HAVE_HARFBUZZ, $have_harfbuzz)
#
have_fontconfig=false
if $have_harfbuzz ; then
PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 2.5.0, have_fontconfig=true, AC_MSG_RESULT([no]))
PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 2.10.91, have_fontconfig=true, AC_MSG_RESULT([no]))
fi

#
Expand Down

0 comments on commit 48423ef

Please sign in to comment.