Test for XIM support in gdk added, relevant code for window.cpp follows this
evening. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1524,6 +1524,10 @@ if test "$wxUSE_GTK" = 1; then
|
||||
UNIXOBJS="\$(UNIX_OBJS)"
|
||||
UNIXDEPS="\$(UNIX_DEPS)"
|
||||
GUIDIST=GTK_DIST
|
||||
|
||||
dnl test for XIM support in libgdk
|
||||
AC_CHECK_LIB(gdk, gdk_im_open, AC_DEFINE(HAVE_GDK_XIM))
|
||||
|
||||
fi
|
||||
|
||||
if test "$wxUSE_WINE" = 1; then
|
||||
|
Reference in New Issue
Block a user