aboutsummaryrefslogtreecommitdiffstats
path: root/src/CommandLine.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-06-26 16:43:27 +0200
committerMax Kellermann <max@duempel.org>2015-06-26 16:49:25 +0200
commit0756607e32ff7f8df3ad21368e00c7e4e60ba203 (patch)
tree6578f87a5350cb95fe1649f01758cbf5041cba00 /src/CommandLine.cxx
parenta03be5a8a60f50bf2133c1b9920f6ba6c7beef22 (diff)
downloadmpd-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.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