aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2010-04-17 10:21:04 -0700
committerAvuton Olrich <avuton@gmail.com>2010-04-21 12:23:37 -0700
commitba36cbde06b35ae27cf2e1435e9cab3197930ebb (patch)
treefaf2e341ac3ff65469dcfb360ab1d359f769eaf2 /configure.ac
parentf153681522eec3577d518c16e8333654748a6627 (diff)
downloadmpd-ba36cbde06b35ae27cf2e1435e9cab3197930ebb.tar.gz
mpd-ba36cbde06b35ae27cf2e1435e9cab3197930ebb.tar.xz
mpd-ba36cbde06b35ae27cf2e1435e9cab3197930ebb.zip
configure.ac: Add a comment in libsndfile about possible disabling.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5b1eba4e2..a10e383b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -978,6 +978,7 @@ if test x$enable_sndfile = xauto && test x$enable_modplug = xyes; then
fi
dnl -------------------------------- libsndfile -------------------------------
+dnl See above test, which may disable this.
MPD_AUTO_PKG(sndfile, SNDFILE, [sndfile],
[libsndfile decoder plugin], [libsndfile not found])