diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-04-17 10:21:04 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-04-21 12:23:37 -0700 |
commit | ba36cbde06b35ae27cf2e1435e9cab3197930ebb (patch) | |
tree | faf2e341ac3ff65469dcfb360ab1d359f769eaf2 | |
parent | f153681522eec3577d518c16e8333654748a6627 (diff) | |
download | mpd-ba36cbde06b35ae27cf2e1435e9cab3197930ebb.tar.gz mpd-ba36cbde06b35ae27cf2e1435e9cab3197930ebb.tar.xz mpd-ba36cbde06b35ae27cf2e1435e9cab3197930ebb.zip |
configure.ac: Add a comment in libsndfile about possible disabling.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 1 |
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]) |