* configure.ac: Improve recent libtof version test.
This commit is contained in:
parent
17bf85938c
commit
9d791c60b9
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue