diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2005-03-13 15:36:46 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2005-03-13 15:36:46 +0000 |
commit | 4503d1550feb4aacef984c1d66ea300b21522697 (patch) | |
tree | 7326f492e3da29eab47687e16872356b8098810f | |
parent | aa7b69808626e2d8ff17678fd1d0dc6d1e03ba5a (diff) | |
download | mpd-4503d1550feb4aacef984c1d66ea300b21522697.tar.gz mpd-4503d1550feb4aacef984c1d66ea300b21522697.tar.xz mpd-4503d1550feb4aacef984c1d66ea300b21522697.zip |
don't actually require libao
git-svn-id: https://svn.musicpd.org/mpd/trunk@3065 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6dfb93093..b2ddda6b0 100644 --- a/configure.ac +++ b/configure.ac @@ -107,8 +107,7 @@ if test x$enable_ogg = xno; then fi if test x$enable_ao = xyes; then - XIPH_PATH_AO(MPD_LIBS="$MPD_LIBS $AO_LIBS" MPD_CFLAGS="$MPD_CFLAGS $AO_CFLAGS",AC_MSG_ERROR(Must have libao installed!!!)) - AC_DEFINE(HAVE_AO, 1, [Define to play with ao]) + XIPH_PATH_AO([AC_DEFINE(HAVE_AO, 1, [Define to play with ao]) MPD_LIBS="$MPD_LIBS $AO_LIBS" MPD_CFLAGS="$MPD_CFLAGS $AO_CFLAGS"], enable_ao=no) fi if test x$enable_shout = xyes; then |