]> git.tuebingen.mpg.de Git - paraslash.git/commit
configure: Add fade.o to object list only if oss was detected.
authorAndre Noll <maan@systemlinux.org>
Sun, 15 Jul 2012 09:24:35 +0000 (11:24 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 7 Oct 2012 09:12:06 +0000 (11:12 +0200)
commitf502e615454a293bc2efc53c861785d2aabe9218
tree230abdbf3dc917e6a8d3ff876a7c866ca9ab1a49
parente06163ea123b98b825f572b7945bc3ad3f3896f3
configure: Add fade.o to object list only if oss was detected.

The all_errlist_obj variable should only contain objects which can
actually be compiled on the given setup.

However, fade.o was added to this variable unconditionally. This patch
makes it conditional on oss.
configure.ac