aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-07 00:17:36 +0100
committerMax Kellermann <max@duempel.org>2014-02-07 00:17:36 +0100
commit746a47982bb650fe37f28606406ab03e5f977585 (patch)
tree981db8ca0ea8a624e8efa142e39777e7c1c11432 /configure.ac
parent327cbf48f5f25d37e34ec5d7c4252d31b558e3f6 (diff)
parentddb5390d88ad9301ab70d3b6fff741ef2bb2551f (diff)
downloadmpd-746a47982bb650fe37f28606406ab03e5f977585.tar.gz
mpd-746a47982bb650fe37f28606406ab03e5f977585.tar.xz
mpd-746a47982bb650fe37f28606406ab03e5f977585.zip
Merge tag 'release-0.18.8'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 79084efc8..33d3f3ab7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1345,7 +1345,7 @@ fi
AM_CONDITIONAL(ENABLE_SHINE_ENCODER, test x$enable_shine_encoder = xyes)
dnl ---------------------------- Ogg Vorbis Encoder ---------------------------
-MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc],
+MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis],
[Ogg Vorbis encoder], [libvorbisenc not found])
if test x$enable_vorbis_encoder = xyes; then