aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Jansen <mithi@mithi.net>2011-01-29 13:48:45 +0100
committerMax Kellermann <max@duempel.org>2011-01-29 13:49:32 +0100
commit2bde9afdb9ea82525256686b16034fce99f4f63a (patch)
treec35ea0f779f54cb66bba01ea237cae06f527ea11 /configure.ac
parentf8b09c194fe20192c4ac45697e9d0f00e8a96c2c (diff)
configure.ac: fix copy&paste error
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 288d9b84..c65113b2 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])