1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-14 11:42:29 -08:00

* configure.ac: Guess at minimum harfbuzz version. (Bug#33748)

This commit is contained in:
Glenn Morris 2018-12-14 18:11:51 -05:00
parent 2f72162243
commit ffb3bd9bb1

View file

@ -3314,7 +3314,7 @@ if test "${HAVE_X11}" = "yes"; then
AC_DEFINE(HAVE_FREETYPE, 1,
[Define to 1 if using the freetype and fontconfig libraries.])
if test "${with_harfbuzz}" != "no"; then
EMACS_CHECK_MODULES([HARFBUZZ], [harfbuzz])
EMACS_CHECK_MODULES([HARFBUZZ], [harfbuzz >= 0.9.42])
if test "$HAVE_HARFBUZZ" = "yes"; then
AC_DEFINE(HAVE_HARFBUZZ, 1, [Define to 1 if using HarfBuzz.])
AC_CHECK_LIB(harfbuzz, hb_ft_font_create_referenced,