From: Thomas Roessler Date: Tue, 13 Jun 2000 13:11:08 +0000 (+0000) Subject: Inform us about ICONV_NOTRANS. From EGE. X-Git-Tag: mutt-1-3-4-rel~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=388022c844b80b26b6a16751615003d33e35be6e;p=mutt Inform us about ICONV_NOTRANS. From EGE. --- diff --git a/main.c b/main.c index e7a47c0e..afd2fc39 100644 --- a/main.c +++ b/main.c @@ -356,7 +356,15 @@ static void show_version (void) #else "-HAVE_LANGINFO_CODESET " #endif - + + "\n" + +#if ICONV_NONTRANS + "+ICONV_NONTRANS " +#else + "-ICONV_NONTRANS " +#endif + ); #ifdef ISPELL