diff options
author | dgp <dgp@users.sourceforge.net> | 2013-03-22 16:16:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-03-22 16:16:30 (GMT) |
commit | a626bcc65e272d6a5bfa6d74a231026d3786f567 (patch) | |
tree | c2e649d625bf3efe128621480af98964726ab3da | |
parent | bb7f191ff403050e270a83fad224d38ec00fb19b (diff) | |
download | tk-a626bcc65e272d6a5bfa6d74a231026d3786f567.zip tk-a626bcc65e272d6a5bfa6d74a231026d3786f567.tar.gz tk-a626bcc65e272d6a5bfa6d74a231026d3786f567.tar.bz2 |
make dist
-rw-r--r-- | unix/tkConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 74f6d73..986609b 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -103,6 +103,9 @@ /* Have we turned on XFT (antialiased fonts)? */ #undef HAVE_XFT +/* Do we have XkbKeycodeToKeysym? */ +#undef HAVE_XKBKEYCODETOKEYSYM + /* Is XScreenSaver available? */ #undef HAVE_XSS |