From: Thomas Roessler Date: Wed, 13 Feb 2002 09:34:20 +0000 (+0000) Subject: Report libiconv version. X-Git-Tag: mutt-1-5-1-rel~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82e62b5b3fe1c3a8e8e24b98b9335e8997431f36;p=mutt Report libiconv version. --- diff --git a/main.c b/main.c index 788c84c5..da15e3a1 100644 --- 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