]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found