diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2014-06-24 10:26:37 -0600 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2014-06-24 10:26:37 -0600 |
commit | 858704140e35058ee074f2929d7d06a3c2bb1951 (patch) | |
tree | c36d5e222ddcdc0ca0516949d5d59c6e3c5a195b /configure.ac | |
parent | 394b2789c7a4f7c6071f4e5b83e3cf9876d50608 (diff) | |
download | pango-858704140e35058ee074f2929d7d06a3c2bb1951.tar.gz |
Revert "build: Require Harfbuzz 0.9.29"
This reverts commit e728c4c3659cc0ead406344b4cf98c0676cb769e.
See previous commit for explanation.
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 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) # |