From 731cc8cf08f62fb13b7171c367cf5d56471af38c Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sat, 28 Feb 2009 08:09:43 -0800 Subject: configure: move id3 and lame to 'Other Features' --- configure.ac | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d72a92b1b..1f9f83816 100644 --- a/configure.ac +++ b/configure.ac @@ -1317,18 +1317,6 @@ else echo " fluidsynth MIDI support .......disabled" fi -if test x$enable_id3 = xyes; then - echo " ID3 tag support ...............enabled" -else - echo " ID3 tag support ...............disabled" -fi - -if test x$enable_lame = xyes; then - echo " lame support ..................enabled" -else - echo " lame support ..................disabled" -fi - if test x$enable_mod = xyes; then echo " MOD support ...................enabled" else @@ -1451,6 +1439,18 @@ else echo " HTTP streaming (libcurl) ......disabled" fi +if test x$enable_id3 = xyes; then + echo " ID3 tag support ...............enabled" +else + echo " ID3 tag support ...............disabled" +fi + +if test x$enable_lame = xyes; then + echo " lame support ..................enabled" +else + echo " lame support ..................disabled" +fi + if test x$enable_lsr = xyes; then echo " libsamplerate support .........enabled" else -- cgit v1.2.3