diff options
Diffstat (limited to '')
-rw-r--r-- | src/CommandLine.cxx | 3 |
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 |