1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

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.
This commit is contained in:
Lars Ingebrigtsen 2019-11-18 08:24:52 +01:00
parent 0b47d731c0
commit 952bd2050d

View File

@ -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)