Commit 37f2a0a8 authored by Warren Dukes's avatar Warren Dukes

add ALSA_CFLAGS and _LIBS to MPD_*

git-svn-id: https://svn.musicpd.org/mpd/trunk@2934 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 7af79aab
......@@ -124,7 +124,7 @@ if test x$enable_ao = xno && test x$enable_oss = xno && test x$enable_shout = xn
fi
if test x$enable_alsa = xyes; then
AM_PATH_ALSA(0.9.0,AC_DEFINE(HAVE_ALSA,1,[Define to enable ALSA support]),enable_alsa=no)
AM_PATH_ALSA(0.9.0,[AC_DEFINE(HAVE_ALSA,1,[Define to enable ALSA support]) MPD_LIBS="$MPD_LIBS $ALSA_LIBS" MPD_CFLAGS="$MPD_CFLAGS $ALSA_CFLAGS"],enable_alsa=no)
fi
if test x$enable_iconv = xyes; then
......
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