diff options
author | Thomas Jansen <mithi@mithi.net> | 2011-01-29 13:48:45 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-01-29 13:49:32 +0100 |
commit | 2bde9afdb9ea82525256686b16034fce99f4f63a (patch) | |
tree | c35ea0f779f54cb66bba01ea237cae06f527ea11 /configure.ac | |
parent | f8b09c194fe20192c4ac45697e9d0f00e8a96c2c (diff) | |
download | mpd-2bde9afdb9ea82525256686b16034fce99f4f63a.tar.gz mpd-2bde9afdb9ea82525256686b16034fce99f4f63a.tar.xz mpd-2bde9afdb9ea82525256686b16034fce99f4f63a.zip |
configure.ac: fix copy&paste error
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 288d9b844..c65113b2e 100644 --- a/configure.ac +++ b/configure.ac @@ -201,7 +201,7 @@ AC_ARG_ENABLE(httpd-output, [enable_httpd_output=auto]) AC_ARG_ENABLE(raop-output, - AS_HELP_STRING([--enable-httpd-output], + AS_HELP_STRING([--enable-raop-output], [enables the RAOP output]),, [enable_raop_output=no]) |