summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authormdejong <mdejong>2002-09-15 20:29:14 (GMT)
committermdejong <mdejong>2002-09-15 20:29:14 (GMT)
commit50451d452d9f539e4cd3ea6b1cfd2c631ccad27e (patch)
treeb2aa0cb295c006f32ad3c7c1ac751dd9ea1ba426 /unix/tcl.m4
parentaa098ec25d4d35c2de26d41bee01072cd880e0a8 (diff)
downloadtcl-50451d452d9f539e4cd3ea6b1cfd2c631ccad27e.zip
tcl-50451d452d9f539e4cd3ea6b1cfd2c631ccad27e.tar.gz
tcl-50451d452d9f539e4cd3ea6b1cfd2c631ccad27e.tar.bz2
* unix/configure: Regen.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Add PEEK_XCLOSEIM define under Linux. This is used by Tk to double check that an X input context is cleaned up before it is closed.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m43
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"