aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2005-03-05 17:34:40 +0000
committerAvuton Olrich <avuton@gmail.com>2005-03-05 17:34:40 +0000
commita653bd76d4e1ac09bfaba4ab073900392967f8f4 (patch)
tree4ffb1340478d24d881a7cfbf420a5308cddb2e9a /configure.ac
parent99b28b12b605300f938ecefa06708cb2fcbaab7d (diff)
Update the configure.ac to allow only compiling with ALSA output plugin
git-svn-id: https://svn.musicpd.org/mpd/trunk@3016 09075e82-0dd4-0310-85a5-a0d7c8717e4f
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 876b4301..6dfb9309 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,7 +119,7 @@ if test x$enable_oss = xyes; then
AC_CHECK_HEADER(sys/soundcard.h,[enable_oss=yes;AC_DEFINE(HAVE_OSS,1,[Define to enable OSS])],[AC_MSG_WARN(Soundcard headers not found -- disabling OSS support);enable_oss=no])
fi
-if test x$enable_ao = xno && test x$enable_oss = xno && test x$enable_shout = xno; then
+if test x$enable_ao = xno && test x$enable_oss = xno && test x$enable_shout = xno && test x$enable_alsa = xno; then
AC_MSG_ERROR("Cannot compile without an output target")
fi