diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-10-11 14:47:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-10-11 14:47:26 +0200 |
commit | cbc246a331dc8dea49f6ad443be3d10ec68ef2c2 (patch) | |
tree | 28143a4a295066093221ed840dde7c2ada513181 /src/config.h.in | |
parent | 2a9853925bee1b85247cd5f4ccf98fec1871d1f7 (diff) | |
download | vim-git-cbc246a331dc8dea49f6ad443be3d10ec68ef2c2.tar.gz |
updated for version 7.4.475v7.4.475
Problem: Can't compile on a system where Xutf8SetWMProperties() is not in
the X11 library. Issue 265.
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 7f16e622a..b8168a55f 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -446,3 +446,6 @@ /* Define if we have AvailabilityMacros.h on Mac OS X */ #undef HAVE_AVAILABILITYMACROS_H + +/* Define if Xutf8SetWMProperties() is in an X library. */ +#undef HAVE_XUTF8SETWMPROPERTIES |