diff options
author | Max Kellermann <max@duempel.org> | 2014-12-09 20:54:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-09 21:19:09 +0100 |
commit | 00aa83a498fdfe3c66327269cb1634f103e5c7be (patch) | |
tree | 5047e34ab9dd03143ddf43cfcf6813d78e8cf945 /configure.ac | |
parent | e44848f8c480249d49ddbf2363de4ae09183591f (diff) | |
download | mpd-00aa83a498fdfe3c66327269cb1634f103e5c7be.tar.gz mpd-00aa83a498fdfe3c66327269cb1634f103e5c7be.tar.xz mpd-00aa83a498fdfe3c66327269cb1634f103e5c7be.zip |
configure.ac: reset tremor_prefix
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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 |