aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-01-31 00:06:23 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-01-31 00:06:23 +0000
commit2a1defe6a21f5dcccadebe4b757d8c5acc8678d1 (patch)
tree591cf938b53307bcc0a05f28b4756f58125223d6 /configure.ac
parent0cf6cc4ada3b80d3f7d1abca500b115f18842da1 (diff)
downloadmpd-2a1defe6a21f5dcccadebe4b757d8c5acc8678d1.tar.gz
mpd-2a1defe6a21f5dcccadebe4b757d8c5acc8678d1.tar.xz
mpd-2a1defe6a21f5dcccadebe4b757d8c5acc8678d1.zip
fix --enable-mod
git-svn-id: https://svn.musicpd.org/mpd/trunk@2913 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0ad23a90e..6c2e822f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ AC_ARG_ENABLE(flac,[ --disable-flac disable flac support],,enable_flac=yes)
AC_ARG_ENABLE(mp3,[ --disable-mp3 disable mp3 support],,enable_mp3=yes)
AC_ARG_ENABLE(aac,[ --disable-aac disable AAC support],,enable_aac=yes)
AC_ARG_ENABLE(audiofile,[ --disable-audiofile disable audiofile support, disables wave support],,enable_audiofile=yes)
-AC_ARG_ENABLE(mod,[ --enable-mod enable MOD support],enable_mod=no,)
+AC_ARG_ENABLE(mod,[ --enable-mod enable MOD support],enable_mod=yes,)
AC_ARG_ENABLE(id3,[ --disable-id3 disable id3 support],,enable_id3=yes)
AC_ARG_ENABLE(mpd_mad,[ --enable-mpd-mad use mpd libmad],use_mpd_mad=yes,)
AC_ARG_ENABLE(mpd_id3tag,[ --enable-mpd-id3tag use mpd libid3tag],use_mpd_id3tag=yes,)