X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=85d3088689f3980eaccb75562d36cea4f0a85b55;hp=73e97997162e7435c0ad9db22494049904af4b82;hb=a29e6451e79365af6dce8d14f3056fc107b059fb;hpb=1e97f6746b605e37826fb6ee2ad35b7b330145d6 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" ])