diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-01-10 06:24:15 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-01-10 06:24:15 -0500 |
commit | 48423ef827f5fcedac92e1e73c29f0bb94eeadda (patch) | |
tree | 4ab7958f01d23717881b3a1fcd080c25a296669f /configure.ac | |
parent | 95d13cec4da1571ea8b649fa3b972eea3f4b40db (diff) | |
download | pango-48423ef827f5fcedac92e1e73c29f0bb94eeadda.tar.gz |
Bump fontconfig dep to 2.10.91
This is the first version of fontconfig that is thread-safe.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7ed2832d..a67bb18c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 # |