m4/mpd_auto.m4: fix inverted assignment after auto-detection
Broken by commit cdbdcec
This commit is contained in:
parent
bf15cac980
commit
dd3752956a
@ -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
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user