aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-01-28 18:10:50 -0800
committerGlenn Morris2018-01-28 18:10:50 -0800
commit9d791c60b94dbf88da945911878aeabd07735ac8 (patch)
tree854dc959b24513c116078b9112a2f068e176061b
parent17bf85938c2835f371dd44b4d9f6c9f741c2b054 (diff)
downloademacs-9d791c60b94dbf88da945911878aeabd07735ac8.tar.gz
emacs-9d791c60b94dbf88da945911878aeabd07735ac8.zip
* configure.ac: Improve recent libtof version test.
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a09ae6a5922..f2a8332d71a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3309,8 +3309,7 @@ if test "${HAVE_X11}" = "yes"; then
3309 AC_DEFINE(HAVE_OTF_GET_VARIATION_GLYPHS, 1, 3309 AC_DEFINE(HAVE_OTF_GET_VARIATION_GLYPHS, 1,
3310 [Define to 1 if libotf has OTF_get_variation_glyphs.]) 3310 [Define to 1 if libotf has OTF_get_variation_glyphs.])
3311 fi 3311 fi
3312 EMACS_CHECK_MODULES([OTFOK], [libotf >= 0.9.16]) 3312 if ! $PKG_CONFIG --atleast-version=0.9.16 libotf; then
3313 if test "$HAVE_OTFOK" != "yes"; then
3314 AC_DEFINE(HAVE_OTF_KANNADA_BUG, 1, 3313 AC_DEFINE(HAVE_OTF_KANNADA_BUG, 1,
3315[Define to 1 if libotf is affected by https://debbugs.gnu.org/28110.]) 3314[Define to 1 if libotf is affected by https://debbugs.gnu.org/28110.])
3316 fi 3315 fi