From 00aa83a498fdfe3c66327269cb1634f103e5c7be Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 9 Dec 2014 20:54:21 +0100 Subject: configure.ac: reset tremor_prefix --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3