aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/mpd_auto.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mpd_auto.m4 b/m4/mpd_auto.m4
index 7d9b5016..a35c9cf1 100644
--- a/m4/mpd_auto.m4
+++ b/m4/mpd_auto.m4
@@ -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
])