aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-03-13 15:36:46 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-03-13 15:36:46 +0000
commit4503d1550feb4aacef984c1d66ea300b21522697 (patch)
tree7326f492e3da29eab47687e16872356b8098810f /configure.ac
parentaa7b69808626e2d8ff17678fd1d0dc6d1e03ba5a (diff)
don't actually require libao
git-svn-id: https://svn.musicpd.org/mpd/trunk@3065 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6dfb9309..b2ddda6b 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