aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-30 00:59:43 +0100
committerMax Kellermann <max@duempel.org>2014-12-01 21:56:48 +0100
commitbc00c38f9db4ea182b73461434adaede91298a59 (patch)
treec43ac6eae41e1190b7c41ec0ba0af61eac97e247 /src/fs
parent4658bd8208613bad3c987ee5083e1b6c5481f037 (diff)
downloadmpd-bc00c38f9db4ea182b73461434adaede91298a59.tar.gz
mpd-bc00c38f9db4ea182b73461434adaede91298a59.tar.xz
mpd-bc00c38f9db4ea182b73461434adaede91298a59.zip
lib/icu/Converter: add ICU-based backend
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Charset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/Charset.hxx b/src/fs/Charset.hxx
index 80f510ce0..f1d5f3bbf 100644
--- a/src/fs/Charset.hxx
+++ b/src/fs/Charset.hxx
@@ -25,7 +25,7 @@
#include <string>
-#ifdef HAVE_GLIB
+#if defined(HAVE_ICU) || defined(HAVE_GLIB)
#define HAVE_FS_CHARSET
#endif