From d84b26a7b95c2bf27fe628fb7be9f6c7652a165f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Tue, 7 Dec 1999 15:24:38 +0000 Subject: [PATCH] HAVE_GDK_XIM -> HAVE_XIM git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 2 +- setup.h.in | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index bd10c4cde2..392d467ac4 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/setup.h.in b/setup.h.in index a6e821cc62..1cb2cf005c 100644 --- a/setup.h.in +++ b/setup.h.in @@ -1,4 +1,3 @@ -G /* This define (__WX_SETUP_H__) is used both to insure setup.h is included * only once and to indicate that we are building using configure. */ #ifndef __WX_SETUP_H__ @@ -735,6 +734,6 @@ G #undef HAVE_WCSTR_H /* Define this if you are using gtk and gdk contains support for X11R6 XIM */ -#undef HAVE_GDK_XIM +#undef HAVE_XIM #endif /* __WX_SETUP_H__ */ -- 2.45.2