]> granicus.if.org Git - mutt/commitdiff
Inform us about ICONV_NOTRANS. From EGE.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 13 Jun 2000 13:11:08 +0000 (13:11 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 13 Jun 2000 13:11:08 +0000 (13:11 +0000)
main.c

diff --git a/main.c b/main.c
index e7a47c0e76502178c4ae0587b04155b944a1d89f..afd2fc393bd2a84e638da6caab72a6b176a8fb7b 100644 (file)
--- 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