summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-01-10 06:24:15 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-01-10 06:24:15 -0500
commit48423ef827f5fcedac92e1e73c29f0bb94eeadda (patch)
tree4ab7958f01d23717881b3a1fcd080c25a296669f
parent95d13cec4da1571ea8b649fa3b972eea3f4b40db (diff)
downloadpango-48423ef827f5fcedac92e1e73c29f0bb94eeadda.tar.gz
Bump fontconfig dep to 2.10.91
This is the first version of fontconfig that is thread-safe.
-rw-r--r--configure.ac2
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
#