diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-09-08 20:00:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-09-08 20:00:22 +0200 |
commit | 3cbe0c01ad71875bd662edb629f9e792a734f292 (patch) | |
tree | b22088b5131151e038dbe253966750ead0ab1a5c /src/config.h.in | |
parent | a122b5e98afe18c9cfdab31b77d2a9fbb8e36416 (diff) | |
download | vim-git-3cbe0c01ad71875bd662edb629f9e792a734f292.tar.gz |
patch 7.4.861v7.4.861
Problem: pango_shape_full() is not always available.
Solution: Add a configure check.
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index b8168a55f..e8d61831a 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -369,6 +369,9 @@ #undef HAVE_SOLARIS_ACL #undef HAVE_AIX_ACL +/* Define if pango_shape_full() is available. */ +#undef HAVE_PANGO_SHAPE_FULL + /* Define if you want to add support of GPM (Linux console mouse daemon) */ #undef HAVE_GPM |