Commit dd375295 authored by Max Kellermann's avatar Max Kellermann

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

Broken by commit cdbdcec7
parent bf15cac9
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
])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment