]> git.eshelyaron.com Git - emacs.git/commit
Remove non-functional configure test
authorPo Lu <luangruo@yahoo.com>
Sat, 15 Jan 2022 01:11:11 +0000 (09:11 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 15 Jan 2022 01:11:11 +0000 (09:11 +0800)
commit1f5f3b7e8955154c28342e63ba1216f83ff6d73d
tree024160693a028d97f3e4029da17623bbd08a4d24
parent0e20d76a384a65a238aa09fa00339a1b19496a15
Remove non-functional configure test

It cannot work anymore, leading to compiler warnings when
building xterm.c.

* configure.ac: Remove test for whether
XRegisterIMInstantiateCallback wants XPointer or XPointer * as
the client_data.

* src/xterm.c (xim_initialize):
(xim_close_dpy): Just cast client data to void * and hope that
the compiler keeps quiet.
configure.ac
src/xterm.c