summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-10-11 14:47:26 +0200
committerBram Moolenaar <Bram@vim.org>2014-10-11 14:47:26 +0200
commitcbc246a331dc8dea49f6ad443be3d10ec68ef2c2 (patch)
tree28143a4a295066093221ed840dde7c2ada513181 /src/config.h.in
parent2a9853925bee1b85247cd5f4ccf98fec1871d1f7 (diff)
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.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 7f16e622aa..b8168a55f6 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