aboutsummaryrefslogtreecommitdiffstats
path: root/src/CommandLine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandLine.cxx')
-rw-r--r--src/CommandLine.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx
index 7e3871f70..b59a39e40 100644
--- a/src/CommandLine.cxx
+++ b/src/CommandLine.cxx
@@ -215,6 +215,9 @@ static void version(void)
#ifdef USE_EPOLL
" epoll"
#endif
+#ifdef HAVE_ICONV
+ " iconv"
+#endif
#ifdef HAVE_ICU
" icu"
#endif