summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2014-06-24 10:26:37 -0600
committerBehdad Esfahbod <behdad@behdad.org>2014-06-24 10:26:37 -0600
commit858704140e35058ee074f2929d7d06a3c2bb1951 (patch)
treec36d5e222ddcdc0ca0516949d5d59c6e3c5a195b
parent394b2789c7a4f7c6071f4e5b83e3cf9876d50608 (diff)
downloadpango-858704140e35058ee074f2929d7d06a3c2bb1951.tar.gz
Revert "build: Require Harfbuzz 0.9.29"
This reverts commit e728c4c3659cc0ead406344b4cf98c0676cb769e. See previous commit for explanation.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 54f202f8..57ea78e7 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.29, 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)
#