Bump fontconfig dep to 2.10.91
authorMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jan 2013 11:24:15 +0000 (06:24 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jan 2013 11:24:15 +0000 (06:24 -0500)
This is the first version of fontconfig that is thread-safe.

configure.ac

index 7ed2832..a67bb18 100644 (file)
@@ -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
 
 #