Commit 0b9e52bd authored by Max Kellermann's avatar Max Kellermann

configure.ac: fix libmpdclient variable name

parent cb8449a6
...@@ -146,7 +146,7 @@ dnl --------------------------------------------------------------------------- ...@@ -146,7 +146,7 @@ dnl ---------------------------------------------------------------------------
dnl Allow tools to be specifically built dnl Allow tools to be specifically built
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
AC_ARG_ENABLE(mpdclient, AC_ARG_ENABLE(libmpdclient,
AS_HELP_STRING([--enable-libmpdclient], AS_HELP_STRING([--enable-libmpdclient],
[enable support for the MPD client]),, [enable support for the MPD client]),,
enable_libmpdclient=auto) enable_libmpdclient=auto)
......
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