Commit a6ed888f authored by Max Kellermann's avatar Max Kellermann

configure.ac: print feature name in error message

When MPD_AUTO_DISABLED prints a fatal error message, include the feature name. This might be an important piece of information for the user, just in case the preceding line doesn't tell him.
parent e1f0c534
......@@ -17,7 +17,7 @@ AC_DEFUN([MPD_AUTO_DISABLED], [
AC_MSG_WARN([$msg -- disabling $feature])
eval "$var=no"
elif eval "test x`echo '$'$var` = xyes"; then
AC_MSG_ERROR([$msg])
AC_MSG_ERROR([$feature: $msg])
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