m4/mpd_auto.m4: fix inverted assignment after auto-detection

Broken by commit cdbdcec
This commit is contained in:
Max Kellermann 2014-11-24 18:27:04 +01:00
parent bf15cac980
commit dd3752956a

View File

@ -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
])