]> git.tuebingen.mpg.de Git - paraslash.git/commit
flac: Try to link also without -logg.
authorAndre Noll <maan@systemlinux.org>
Mon, 27 Jan 2014 12:54:49 +0000 (13:54 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Feb 2014 15:52:06 +0000 (16:52 +0100)
commitdadb47c6870e1b93e32ffb5e755ab23b4651a23d
tree267066a2b99f8f447b4a544a2a0b9d0b917382cd
parentba63b662dc6bd44a759837b67c34e0aa2b398b8e
flac: Try to link also without -logg.

If libflac was compiled without ogg support, the build system should
include flac even if libogg is not installed. Currently this does
not work because the autoconf test tries to link with -logg, so it
always fails if libogg is not available.

Fix this by trying both with and without libogg.
configure.ac