HAVE_GDK_XIM -> HAVE_XIM

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-12-07 15:24:38 +00:00
parent 54acce9084
commit d84b26a7b9
2 changed files with 2 additions and 3 deletions

View File

@@ -1526,7 +1526,7 @@ if test "$wxUSE_GTK" = 1; then
GUIDIST=GTK_DIST
dnl test for XIM support in libgdk
AC_CHECK_LIB(gdk, gdk_im_open, AC_DEFINE(HAVE_GDK_XIM))
AC_CHECK_LIB(gdk, gdk_im_open, AC_DEFINE(HAVE_XIM))
fi