diff options
author | Max Kellermann <max@duempel.org> | 2015-06-26 16:43:27 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-06-26 16:49:25 +0200 |
commit | 0756607e32ff7f8df3ad21368e00c7e4e60ba203 (patch) | |
tree | 6578f87a5350cb95fe1649f01758cbf5041cba00 /src/CommandLine.cxx | |
parent | a03be5a8a60f50bf2133c1b9920f6ba6c7beef22 (diff) | |
download | mpd-0756607e32ff7f8df3ad21368e00c7e4e60ba203.tar.gz mpd-0756607e32ff7f8df3ad21368e00c7e4e60ba203.tar.xz mpd-0756607e32ff7f8df3ad21368e00c7e4e60ba203.zip |
lib/icu/Converter: add iconv() implementation
Diffstat (limited to 'src/CommandLine.cxx')
-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 |