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:
parent
2f72162243
commit
ffb3bd9bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue