summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
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