aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f7d6d6e0e..1ccb3b70d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -410,8 +410,8 @@ dnl
AC_ARG_ENABLE(audiofile,
AS_HELP_STRING([--enable-audiofile],
- [enable audiofile support, disables wave support]),,
- enable_audiofile=yes)
+ [enable audiofile support (WAV and others)]),,
+ enable_audiofile=auto)
MPD_AUTO_PKG(audiofile, AUDIOFILE, [audiofile >= 0.1.7],
[audiofile decoder plugin], [libaudiofile not found])