From dd3752956ae24af22a924e156b55227b22470c3e Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Mon, 24 Nov 2014 18:27:04 +0100
Subject: m4/mpd_auto.m4: fix inverted assignment after auto-detection

Broken by commit cdbdcec
---
 m4/mpd_auto.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/mpd_auto.m4 b/m4/mpd_auto.m4
index a851afd4a..aceca2fac 100644
--- a/m4/mpd_auto.m4
+++ b/m4/mpd_auto.m4
@@ -1,7 +1,7 @@
 AC_DEFUN([MPD_AUTO_ENABLED], [
 	if test x$[]enable_$1 = xauto; then
 		AC_MSG_NOTICE([auto-detected $2])
-		enable_$1=no
+		enable_$1=yes
 	fi
 ])
 
-- 
cgit v1.2.3