summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-12-06 16:35:59 +0100
committerAlexander Larsson <alexl@redhat.com>2012-12-06 16:36:19 +0100
commitf8ab6c41a6f6a0e633e57b2a2ea5acd253a8cb81 (patch)
treebc40c06c5f6f218bc4d0206b2dba74985121dcf3
parentd169449e7179ef0028fe8932ee4306bacb099fd2 (diff)
downloadpango-f8ab6c41a6f6a0e633e57b2a2ea5acd253a8cb81.tar.gz
Bump harfbuzz requirement to 0.9.9
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1bb17164..1261b3da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,7 +225,7 @@ AM_CONDITIONAL(CROSS_COMPILING, [test $cross_compiling = yes])
# Checks for HarfBuzz
#
have_harfbuzz=false
-PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 0.9.7, have_harfbuzz=true, AC_MSG_RESULT([no]))
+PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 0.9.9, have_harfbuzz=true, AC_MSG_RESULT([no]))
AM_CONDITIONAL(HAVE_HARFBUZZ, $have_harfbuzz)
#