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 | 5822ed0c71baebea696a22160a9956ca2bffb446 (patch) | |
tree | c2e649d625bf3efe128621480af98964726ab3da | |
parent | 93a3e00009c4eeb1496330d0a8a3c3fcff83561a (diff) | |
download | tk-5822ed0c71baebea696a22160a9956ca2bffb446.zip tk-5822ed0c71baebea696a22160a9956ca2bffb446.tar.gz tk-5822ed0c71baebea696a22160a9956ca2bffb446.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 |