Bug #168
autoconf macro mistake in audacious-plugins
| Status: | Closed | Start date: | August 24, 2012 | |
|---|---|---|---|---|
| Priority: | Minor | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 3.3.2 | |||
| Affects version: | 3.3.1 |
Description
The autoconf check for mp3lame within audacious-plugins has a mistake within the AC_CHECK_LIB() macro. The -lm library is in the wrong spot and should be specified in the 5th field (other libraries) which is to specify additional libraries when linking to mp3lame.
Associated revisions
Fix AC_CHECK_LIB syntax for detecting LAME. Patch from Brad Smith. Closes: #168.
Fix AC_CHECK_LIB syntax for detecting LAME. Patch from Brad Smith. Closes: #168.
History
#1
Updated by John Lindgren 9 months ago
- % Done changed from 0 to 100
- Target version set to 3.3.2
- Status changed from New to Closed
Thank you, I've committed the patch.
https://github.com/audacious-media-player/audacious-plugins/commit/dae1916d1393831c294e29fd7cd11f810ac90884
