projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17bf859
)
* configure.ac: Improve recent libtof version test.
author
Glenn Morris
<rgm@gnu.org>
Mon, 29 Jan 2018 02:10:50 +0000
(18:10 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 29 Jan 2018 02:10:50 +0000
(18:10 -0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index a09ae6a59223f3464f23b8d0fc0f08f22cd23568..f2a8332d71a3cedcdab90395d35ffcae5a3dd5c4 100644
(file)
--- 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