From: Andre Noll Date: Sun, 17 Nov 2013 15:51:54 +0000 (+0100) Subject: Merge branch 'maint' X-Git-Tag: v0.5.1~7 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a29e6451e79365af6dce8d14f3056fc107b059fb;hp=1e97f6746b605e37826fb6ee2ad35b7b330145d6 Merge branch 'maint' --- diff --git a/configure.ac b/configure.ac index 73e97997..85d30886 100644 --- a/configure.ac +++ b/configure.ac @@ -694,7 +694,7 @@ if test "$have_ogg" = "yes"; then CPPFLAGS="$CPPFLAGS $opus_cppflags" fi if test -n "$with_opus_libs"; then - speex_libs="-L$with_opus_libs" + opus_libs="-L$with_opus_libs" LDFLAGS="$LDFLAGS $opus_libs" fi AC_CHECK_LIB([opus], [opus_multistream_decode], [], [ have_opus="no" ])