summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-11-18 08:24:52 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2019-11-18 08:24:52 +0100
commit952bd2050d7a9b48ed4d7413248ef467d7992077 (patch)
tree00fab01bfa9d03dca5ae894ea214477fa35c3499 /configure.ac
parent0b47d731c08d0d5d4ba4a0c31f9be1152fd8c2c8 (diff)
downloademacs-952bd2050d7a9b48ed4d7413248ef467d7992077.tar.gz
Remove the error-out test for with_harfbuzz
* configure.ac (HAVE_HARFBUZZ): Remove the check for explicit harfbuzz -- have_harfbuzz defaults to "yes", so we have no way of checking whether the user really asked for it, apparently.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 0976b665e66..3b6a2a6d167 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3469,11 +3469,6 @@ if test "${HAVE_X11}" = "yes" && test "${HAVE_FREETYPE}" = "yes" \
fi
fi
-# The user explicitly asked for HarfBuzz, but it won't be used.
-if test "${with_harfbuzz}" == "yes" && test "$HAVE_HARFBUZZ" != "yes"; then
- AC_MSG_ERROR([HarfBuzz wanted, but won't be used. Maybe some library files are missing?]);
-fi
-
### End of font-backend section.
AC_SUBST(FREETYPE_CFLAGS)