aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2010-09-11 20:08:35 -0700
committerAvuton Olrich <avuton@gmail.com>2010-09-11 20:08:35 -0700
commit6d9f1ad61f8cf57b13050f6e81026be3839f8fa6 (patch)
tree7ed7839acf5df029b06ed806d7738db7ac01311d /configure.ac
parent841b9b3d637f591ba73123ffccbf3c094f1ff2ae (diff)
downloadmpd-6d9f1ad61f8cf57b13050f6e81026be3839f8fa6.tar.gz
mpd-6d9f1ad61f8cf57b13050f6e81026be3839f8fa6.tar.xz
mpd-6d9f1ad61f8cf57b13050f6e81026be3839f8fa6.zip
configure.ac: Add enable_tremor to post decoder plugin tests.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8b54846a0..2834ac676 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1070,6 +1070,7 @@ if
test x$enable_mpg123 = xno &&
test x$enable_oggflac = xno &&
test x$enable_sidplay = xno &&
+ test x$enable_tremor = xno &&
test x$enable_vorbis = xno &&
test x$enable_wavpack = xno &&
test x$enable_wildmidi = xno &&