From 64f04ee6dbc9065db3a0af4fbe8b23b820c8a831 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 9 Dec 2014 21:02:05 +0100 Subject: configure.ac: move --with-tremor declaration down --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 15806a330..b58321981 100644 --- a/configure.ac +++ b/configure.ac @@ -433,11 +433,6 @@ AC_ARG_ENABLE(test, [build the test programs (default: disabled)]),, enable_test=no) -AC_ARG_WITH(tremor, - AS_HELP_STRING([--with-tremor=PFX], - [use Tremor (vorbisidec) integer Ogg Vorbis decoder (with optional prefix)]),, - with_tremor=no) - AC_ARG_ENABLE(un, AS_HELP_STRING([--disable-un], [disable support for clients connecting via unix domain sockets (default: enable)]),, @@ -991,6 +986,11 @@ AM_CONDITIONAL(HAVE_MPCDEC, test x$enable_mpc = xyes) dnl -------------------------------- Ogg Tremor ------------------------------- +AC_ARG_WITH(tremor, + AS_HELP_STRING([--with-tremor=PFX], + [use Tremor (vorbisidec) integer Ogg Vorbis decoder (with optional prefix)]),, + with_tremor=no) + AC_ARG_VAR([TREMOR_CFLAGS], [C compiler flags for Tremor]) AC_ARG_VAR([TREMOR_LIBS], [linker flags for Tremor]) -- cgit v1.2.3