aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-04 17:43:01 +0100
committerMax Kellermann <max@duempel.org>2014-12-04 17:43:01 +0100
commit4e2f4e2091103ea571602c444642ff04c2bf5a2f (patch)
treec9673af59272ac77d3ee594e79e7bacb462b1f2c /configure.ac
parente69bef3ce389967b8239648e4b9eaec42217bc95 (diff)
downloadmpd-4e2f4e2091103ea571602c444642ff04c2bf5a2f.tar.gz
mpd-4e2f4e2091103ea571602c444642ff04c2bf5a2f.tar.xz
mpd-4e2f4e2091103ea571602c444642ff04c2bf5a2f.zip
util/StringUtil: add ToUpperASCII()
Replaces g_ascii_strup() and allows building the Vorbis encoder without GLib.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1c4ad43f4..e198f1a41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1145,9 +1145,8 @@ MPD_ENABLE_AUTO_PKG(shine_encoder, SHINE, [shine >= 3.1],
[shine encoder], [libshine not found])
dnl ---------------------------- Ogg Vorbis Encoder ---------------------------
-MPD_ENABLE_AUTO_PKG_DEPENDS(vorbis_encoder, VORBISENC, [vorbisenc vorbis ogg],
- [Ogg Vorbis encoder], [libvorbisenc not found], [],
- [enable_glib], [Cannot use --enable-vorbis-encoder with --disable-glib])
+MPD_ENABLE_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis ogg],
+ [Ogg Vorbis encoder], [libvorbisenc not found])
dnl ------------------------------- LAME Encoder ------------------------------