diff options
author | mdejong <mdejong> | 2002-09-15 20:38:18 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-09-15 20:38:18 (GMT) |
commit | 54cfa15d4fc3958ac9a387965ae472bd82a8ba3c (patch) | |
tree | 5cda710d075e6f5a6c17e88074fab8461583632a /unix/tcl.m4 | |
parent | ffa7145291c84c25259567a5ed6cfc14885c2649 (diff) | |
download | tk-54cfa15d4fc3958ac9a387965ae472bd82a8ba3c.zip tk-54cfa15d4fc3958ac9a387965ae472bd82a8ba3c.tar.gz tk-54cfa15d4fc3958ac9a387965ae472bd82a8ba3c.tar.bz2 |
* unix/configure: Regen.
* unix/tcl.m4: Update from Tcl.
* unix/tkUnixEvent.c (TkpCloseDisplay): Use PEEK_XCLOSEIM
to examine the input context queue before invoking
XCloseIM. Generate an assert if there is an input
context that has not been freed.
[Patch 570902]
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 31f43a9..45ccfe0 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1117,6 +1117,9 @@ dnl AC_CHECK_TOOL(AR, ar, :) EXTRA_CFLAGS="${EXTRA_CFLAGS} -fno-inline" fi + # XIM peeking works under XFree86. + AC_DEFINE(PEEK_XCLOSEIM) + ;; GNU*) SHLIB_CFLAGS="-fPIC" |