summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2002-02-13 09:34:20 +0000
committerThomas Roessler <roessler@does-not-exist.org>2002-02-13 09:34:20 +0000
commit82e62b5b3fe1c3a8e8e24b98b9335e8997431f36 (patch)
tree37f85a9c7e860cc00450da5882160674d4a07df6 /main.c
parentb8accd022f676c6841eff028dc51a5d9c1af99a3 (diff)
Report libiconv version.
Diffstat (limited to 'main.c')
-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