diff options
author | Max Kellermann <max@duempel.org> | 2014-11-29 23:35:49 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-29 23:36:44 +0100 |
commit | 125daea16a92af46b0e68c9583511a5f25f4d850 (patch) | |
tree | baf1b696bc2d69dfdd2054d0147f3ac62b23b210 /src/fs/Config.cxx | |
parent | fd2c6b8a4b059bd810ca8511fa8f66001843284c (diff) | |
download | mpd-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.cxx | 2 |
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); |