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 /configure.ac | |
parent | a03be5a8a60f50bf2133c1b9920f6ba6c7beef22 (diff) |
lib/icu/Converter: add iconv() implementation
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e154ac3a3..c044f53e8 100644 --- a/configure.ac +++ b/configure.ac @@ -472,6 +472,10 @@ fi MPD_DEFINE_CONDITIONAL(enable_icu, HAVE_ICU, [libicu]) +if test x$enable_icu != xyes; then + AC_CHECK_FUNCS(iconv) +fi + AC_ARG_ENABLE(glib, AS_HELP_STRING([--enable-glib], [enable GLib (default: auto)]),, |