aboutsummaryrefslogtreecommitdiffstats
path: root/m4/mpd_auto.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 791395fdc..5a6c25861 100644
--- a/m4/mpd_auto.m4
+++ b/m4/mpd_auto.m4
@@ -95,7 +95,7 @@ AC_DEFUN([MPD_ARG_ENABLE], [
if test x$[]enable_$1 = xyes; then
AC_DEFINE(ENABLE_$2, 1,
- [Define to enable $4])
+ [Define to enable $3])
fi
AM_CONDITIONAL(ENABLE_$2, test x$[]enable_$1 = xyes)
])