diff options
author | Max Kellermann <max@duempel.org> | 2014-10-24 20:21:55 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-25 01:24:27 +0200 |
commit | a1cb1d78bd2b65ee365f6c7e5fa43c52aecc35c1 (patch) | |
tree | 3f3afd96e4fcb2e2e2ff9c8cd1cc6dac67c43513 /configure.ac | |
parent | 1178f2c1abc2d4f9962ee5cfc1d900acdf2fdb58 (diff) | |
download | mpd-a1cb1d78bd2b65ee365f6c7e5fa43c52aecc35c1.tar.gz mpd-a1cb1d78bd2b65ee365f6c7e5fa43c52aecc35c1.tar.xz mpd-a1cb1d78bd2b65ee365f6c7e5fa43c52aecc35c1.zip |
playlist/SoundCloud: don't use GLib for string allocation
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 46eb750e3..eb3feb7e2 100644 --- a/configure.ac +++ b/configure.ac @@ -454,8 +454,6 @@ AC_ARG_ENABLE(soundcloud, AS_HELP_STRING([--enable-soundcloud], [enable support for soundcloud.com]),, [enable_soundcloud=auto]) -MPD_DEPENDS([enable_soundcloud], [enable_glib], - [Cannot use --enable-soundcloud with --disable-glib]) AC_ARG_ENABLE(lame-encoder, AS_HELP_STRING([--enable-lame-encoder], |