emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 9d791c6: * configure.ac: Improve recent libtof vers


From: Glenn Morris
Subject: [Emacs-diffs] master 9d791c6: * configure.ac: Improve recent libtof version test.
Date: Sun, 28 Jan 2018 21:11:20 -0500 (EST)

branch: master
commit 9d791c60b94dbf88da945911878aeabd07735ac8
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * configure.ac: Improve recent libtof version test.
---
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a09ae6a..f2a8332 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3309,8 +3309,7 @@ if test "${HAVE_X11}" = "yes"; then
            AC_DEFINE(HAVE_OTF_GET_VARIATION_GLYPHS, 1,
                      [Define to 1 if libotf has OTF_get_variation_glyphs.])
          fi
-         EMACS_CHECK_MODULES([OTFOK], [libotf >= 0.9.16])
-         if test "$HAVE_OTFOK" != "yes"; then
+          if ! $PKG_CONFIG --atleast-version=0.9.16 libotf; then
            AC_DEFINE(HAVE_OTF_KANNADA_BUG, 1,
 [Define to 1 if libotf is affected by https://debbugs.gnu.org/28110.])
          fi



reply via email to

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