From: Andre Noll Date: Wed, 4 Sep 2013 04:35:38 +0000 (+0000) Subject: configure: Print opus audio file handler if opus lib was found. X-Git-Tag: v0.5.1~13^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ad0da07325ea9caca9fd7c1350b519f4b2db3af2 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. --- 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