aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-17 19:42:38 +0100
committerMax Kellermann <max@duempel.org>2014-02-17 19:42:38 +0100
commit5d87a274a5cc30741d9e483fa189cbeb3c6087ba (patch)
treed6e677eae722a667cf0fb28f07aac361bbb90c78 /configure.ac
parent57e862712a9235c81f7cb28cf1b6e33e41e82e1b (diff)
downloadmpd-5d87a274a5cc30741d9e483fa189cbeb3c6087ba.tar.gz
mpd-5d87a274a5cc30741d9e483fa189cbeb3c6087ba.tar.xz
mpd-5d87a274a5cc30741d9e483fa189cbeb3c6087ba.zip
configure.ac: link the Vorbis encoder with libogg
Fixes another linker failure. Similar to commit ea406875
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 6b14a695c..471504527 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1139,7 +1139,7 @@ fi
AM_CONDITIONAL(ENABLE_FLAC_ENCODER, test x$enable_flac_encoder = xyes)
dnl ---------------------------- Ogg Vorbis Encoder ---------------------------
-MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis],
+MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis ogg],
[Ogg Vorbis encoder], [libvorbisenc not found])
if test x$enable_vorbis_encoder = xyes; then