You need to sign in or sign up before continuing.
Commit a653bd76 authored by Avuton Olrich's avatar Avuton Olrich

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
parent 99b28b12
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment