summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-07-10 09:37:57 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-07-10 09:37:57 +0000
commit2fecf6b44d25bc182f28332b18ada12bfb069fad (patch)
tree9ffe8f3504c178dba1486b02d9e90075c52f21e1 /main.c
parentddf4549e825b8df361d4b1eb2812c8c44cad391e (diff)
Some changes from EGE.
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
index b63752d5..74c1ce54 100644
--- a/main.c
+++ b/main.c
@@ -360,6 +360,12 @@ static void show_version (void)
"\n"
+#if HAVE_ICONV
+ "+HAVE_ICONV "
+#else
+ "-HAVE_ICONV "
+#endif
+
#if ICONV_NONTRANS
"+ICONV_NONTRANS "
#else