commit | cbc246a331dc8dea49f6ad443be3d10ec68ef2c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 11 14:47:26 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 11 14:47:26 2014 +0200 |
tree | 28143a4a295066093221ed840dde7c2ada513181 | |
parent | 2a9853925bee1b85247cd5f4ccf98fec1871d1f7 [diff] [blame] |
updated for version 7.4.475 Problem: Can't compile on a system where Xutf8SetWMProperties() is not in the X11 library. Issue 265. Solution: Add a configure check.
diff --git a/src/config.h.in b/src/config.h.in index 7f16e62..b8168a5 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