aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-24 20:26:59 +0200
committerMax Kellermann <max@duempel.org>2014-10-25 01:25:33 +0200
commit3e641e214734885b01cef2d4abe80d63048c66a2 (patch)
treecfb4cc3393216e8772594f09b3215468840556f8 /configure.ac
parentde7e4f0db79f5250aac307f26bdbf228d7fc2fac (diff)
downloadmpd-3e641e214734885b01cef2d4abe80d63048c66a2.tar.gz
mpd-3e641e214734885b01cef2d4abe80d63048c66a2.tar.xz
mpd-3e641e214734885b01cef2d4abe80d63048c66a2.zip
SongSticker: 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 0e121e55e..199319974 100644
--- a/configure.ac
+++ b/configure.ac
@@ -575,8 +575,6 @@ AC_ARG_ENABLE(sqlite,
AS_HELP_STRING([--enable-sqlite],
[enable support for the SQLite database]),,
[enable_sqlite=$database_auto])
-MPD_DEPENDS([enable_sqlite], [enable_glib],
- [Cannot use --enable-sqlite with --disable-glib])
AC_ARG_ENABLE(systemd-daemon,
AS_HELP_STRING([--enable-systemd-daemon],