aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Config.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-29 23:35:49 +0100
committerMax Kellermann <max@duempel.org>2014-11-29 23:36:44 +0100
commit125daea16a92af46b0e68c9583511a5f25f4d850 (patch)
treebaf1b696bc2d69dfdd2054d0147f3ac62b23b210 /src/fs/Config.cxx
parentfd2c6b8a4b059bd810ca8511fa8f66001843284c (diff)
downloadmpd-125daea16a92af46b0e68c9583511a5f25f4d850.tar.gz
mpd-125daea16a92af46b0e68c9583511a5f25f4d850.tar.xz
mpd-125daea16a92af46b0e68c9583511a5f25f4d850.zip
fs/Charset: add macro HAVE_FS_CHARSET
Diffstat (limited to 'src/fs/Config.cxx')
-rw-r--r--src/fs/Config.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/Config.cxx b/src/fs/Config.cxx
index cf789fcb7..972365289 100644
--- a/src/fs/Config.cxx
+++ b/src/fs/Config.cxx
@@ -32,7 +32,7 @@
bool
ConfigureFS(Error &error)
{
-#ifdef HAVE_GLIB
+#ifdef HAVE_FS_CHARSET
const char *charset = nullptr;
charset = config_get_string(CONF_FS_CHARSET, nullptr);