diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2005-02-03 04:26:38 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2005-02-03 04:26:38 +0000 |
commit | 7af79aab14e9c8a12fe08f019d404f5c8289b738 (patch) | |
tree | 994d5ac5db854a54cf9fa07764463d3d84a7d3dd /configure.ac | |
parent | ac6a74927e902f373077ade5037c0db5c050e961 (diff) | |
download | mpd-7af79aab14e9c8a12fe08f019d404f5c8289b738.tar.gz mpd-7af79aab14e9c8a12fe08f019d404f5c8289b738.tar.xz mpd-7af79aab14e9c8a12fe08f019d404f5c8289b738.zip |
fix alsa configure stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@2933 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 700aeab27..b76f36d6b 100644 --- a/configure.ac +++ b/configure.ac @@ -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, , enable_alsa=no) + AM_PATH_ALSA(0.9.0,AC_DEFINE(HAVE_ALSA,1,[Define to enable ALSA support]),enable_alsa=no) fi if test x$enable_iconv = xyes; then |