diff options
author | Max Kellermann <max@duempel.org> | 2013-04-16 23:44:32 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-16 23:44:32 +0200 |
commit | 0b9e52bd5f3a25b7782540f94759f391d16bb2d1 (patch) | |
tree | b40b5605510aa5c93225d196811f1649b3bfcb32 /configure.ac | |
parent | cb8449a66dfa7503951d3c9a27a957918849ac57 (diff) |
configure.ac: fix libmpdclient variable name
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 043cc2956..32924a622 100644 --- a/configure.ac +++ b/configure.ac @@ -146,7 +146,7 @@ dnl --------------------------------------------------------------------------- dnl Allow tools to be specifically built dnl --------------------------------------------------------------------------- -AC_ARG_ENABLE(mpdclient, +AC_ARG_ENABLE(libmpdclient, AS_HELP_STRING([--enable-libmpdclient], [enable support for the MPD client]),, enable_libmpdclient=auto) |