diff options
| author | Glenn Morris | 2018-12-14 18:11:51 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-12-14 18:11:51 -0500 |
| commit | ffb3bd9bb109b5dcba748ebcf61ea11766430aaa (patch) | |
| tree | 900144aef0017580d666d9bba14617ac9af70c0c | |
| parent | 2f72162243b293af9c204646ef6e777dc8222b52 (diff) | |
| download | emacs-ffb3bd9bb109b5dcba748ebcf61ea11766430aaa.tar.gz emacs-ffb3bd9bb109b5dcba748ebcf61ea11766430aaa.zip | |
* configure.ac: Guess at minimum harfbuzz version. (Bug#33748)
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c9ab794796d..7a45a541f28 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -3314,7 +3314,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 3314 | AC_DEFINE(HAVE_FREETYPE, 1, | 3314 | AC_DEFINE(HAVE_FREETYPE, 1, |
| 3315 | [Define to 1 if using the freetype and fontconfig libraries.]) | 3315 | [Define to 1 if using the freetype and fontconfig libraries.]) |
| 3316 | if test "${with_harfbuzz}" != "no"; then | 3316 | if test "${with_harfbuzz}" != "no"; then |
| 3317 | EMACS_CHECK_MODULES([HARFBUZZ], [harfbuzz]) | 3317 | EMACS_CHECK_MODULES([HARFBUZZ], [harfbuzz >= 0.9.42]) |
| 3318 | if test "$HAVE_HARFBUZZ" = "yes"; then | 3318 | if test "$HAVE_HARFBUZZ" = "yes"; then |
| 3319 | AC_DEFINE(HAVE_HARFBUZZ, 1, [Define to 1 if using HarfBuzz.]) | 3319 | AC_DEFINE(HAVE_HARFBUZZ, 1, [Define to 1 if using HarfBuzz.]) |
| 3320 | AC_CHECK_LIB(harfbuzz, hb_ft_font_create_referenced, | 3320 | AC_CHECK_LIB(harfbuzz, hb_ft_font_create_referenced, |