aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-09 20:54:21 +0100
committerMax Kellermann <max@duempel.org>2014-12-09 21:19:09 +0100
commit00aa83a498fdfe3c66327269cb1634f103e5c7be (patch)
tree5047e34ab9dd03143ddf43cfcf6813d78e8cf945 /configure.ac
parente44848f8c480249d49ddbf2363de4ae09183591f (diff)
downloadmpd-00aa83a498fdfe3c66327269cb1634f103e5c7be.tar.gz
mpd-00aa83a498fdfe3c66327269cb1634f103e5c7be.tar.xz
mpd-00aa83a498fdfe3c66327269cb1634f103e5c7be.zip
configure.ac: reset tremor_prefix
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 a404b0249..779acd6a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1002,6 +1002,7 @@ AM_CONDITIONAL(HAVE_MPCDEC, test x$enable_mpc = xyes)
dnl -------------------------------- Ogg Tremor -------------------------------
if test x$with_tremor = xyes || test x$with_tremor = xno; then
enable_tremor="$with_tremor"
+ tremor_prefix=""
else
tremor_prefix="$with_tremor"
enable_tremor=yes