emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] harfbuzz ffb3bd9: * configure.ac: Guess at minimum harfbuz


From: Glenn Morris
Subject: [Emacs-diffs] harfbuzz ffb3bd9: * configure.ac: Guess at minimum harfbuzz version. (Bug#33748)
Date: Fri, 14 Dec 2018 18:12:00 -0500 (EST)

branch: harfbuzz
commit ffb3bd9bb109b5dcba748ebcf61ea11766430aaa
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * configure.ac: Guess at minimum harfbuzz version.  (Bug#33748)
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index c9ab794..7a45a54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]