From 0b9e52bd5f3a25b7782540f94759f391d16bb2d1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 16 Apr 2013 23:44:32 +0200 Subject: configure.ac: fix libmpdclient variable name --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.3