From 2bde9afdb9ea82525256686b16034fce99f4f63a Mon Sep 17 00:00:00 2001
From: Thomas Jansen <mithi@mithi.net>
Date: Sat, 29 Jan 2011 13:48:45 +0100
Subject: configure.ac: fix copy&paste error

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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])
 
-- 
cgit v1.2.3