aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-24 20:25:24 +0200
committerMax Kellermann <max@duempel.org>2014-10-25 01:24:45 +0200
commitde7e4f0db79f5250aac307f26bdbf228d7fc2fac (patch)
tree94adcacd0b6218603709dbc56020aae67dd94193 /configure.ac
parenta1cb1d78bd2b65ee365f6c7e5fa43c52aecc35c1 (diff)
downloadmpd-de7e4f0db79f5250aac307f26bdbf228d7fc2fac.tar.gz
mpd-de7e4f0db79f5250aac307f26bdbf228d7fc2fac.tar.xz
mpd-de7e4f0db79f5250aac307f26bdbf228d7fc2fac.zip
decoder/wavpack: don't use GLib
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index eb3feb7e2..0e121e55e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -629,8 +629,6 @@ AC_ARG_ENABLE(wavpack,
AS_HELP_STRING([--enable-wavpack],
[enable WavPack support]),,
enable_wavpack=auto)
-MPD_DEPENDS([enable_wavpack], [enable_glib],
- [Cannot use --enable-wavpack with --disable-glib])
AC_ARG_ENABLE(werror,
AS_HELP_STRING([--enable-werror],