From 9442074b8423614f1a65e9867846b4ebcd79e16d Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 1 Jun 2001 00:19:38 +0000 Subject: [PATCH] * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't work with GNOME. --- ChangeLog | 3 +++ extraconf.h | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 43c4e6063..1acdaa739 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-05-30 Pavel Roskin + * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't + work with GNOME. + * lib/mc.charsets: New file. From Walery Studennikov. * lib/Makefile.am: Distribute mc.charsets. Install it if the charset support is enabled. diff --git a/extraconf.h b/extraconf.h index f9ad7ba59..4b503b202 100644 --- a/extraconf.h +++ b/extraconf.h @@ -58,6 +58,7 @@ the need to embed this logic into configure.in. # undef HAVE_SLANG # undef HAS_CURSES # undef USE_NCURSES +# undef HAVE_CHARSET #endif #ifndef USE_VFS