Commit 062fef36 authored by Max Kellermann's avatar Max Kellermann

m4/mpd_auto: fix description in AC_DEFINE()

parent fefe2df3
......@@ -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)
])
......
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