From ad0da07325ea9caca9fd7c1350b519f4b2db3af2 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Wed, 4 Sep 2013 04:35:38 +0000
Subject: [PATCH] configure: Print opus audio file handler if opus lib was
 found.

The variable is called $audio_format_handlers rather than
$server_audio_formats. The value is only used to display the supported
audio formats, so this bug is rather benign.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6dc94ad7..9ad36e14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -797,7 +797,7 @@ if test "$have_opus" = "yes"; then
 	recv_errlist_objs="$recv_errlist_objs opus_afh opus_common"
 
 	audiod_audio_formats="$audiod_audio_formats opus"
-	server_audio_formats="$server_audio_formats opus"
+	audio_format_handlers="$audio_format_handlers opus"
 else
 	AC_MSG_WARN([no ogg/opus $msg])
 fi
-- 
2.39.5