Merge branch 'maint'
[paraslash.git] / configure.ac
index 73e97997162e7435c0ad9db22494049904af4b82..85d3088689f3980eaccb75562d36cea4f0a85b55 100644 (file)
@@ -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" ])