]> granicus.if.org Git - mutt/commitdiff
Report libiconv version.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 13 Feb 2002 09:34:20 +0000 (09:34 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 13 Feb 2002 09:34:20 +0000 (09:34 +0000)
main.c

diff --git a/main.c b/main.c
index 788c84c51eab94860804396d1af8da6e8a720408..da15e3a14ff648a21842dbe4101cd5412e6504a7 100644 (file)
--- a/main.c
+++ b/main.c
@@ -141,6 +141,11 @@ static void show_version (void)
   printf (" [using slang %d]", SLANG_VERSION);
 #endif
 
+#ifdef _LIBICONV_VERSION
+  printf (" [using libiconv %d.%d]", _LIBICONV_VERSION >> 8,
+         _LIBICONV_VERSION & 0xff);
+#endif
+  
   puts (_("\nCompile options:"));
 
 #ifdef DOMAIN