aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-02-27 20:24:45 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-02-27 20:24:45 +0000
commitafa3ccc3b1b3995d2e09588929a927558c719542 (patch)
tree73698942497115c63a1faef693e97333d143f3d7 /configure.ac
parent45f00b71613977b536d86f035e73f0af22d2acfb (diff)
downloadmpd-afa3ccc3b1b3995d2e09588929a927558c719542.tar.gz
mpd-afa3ccc3b1b3995d2e09588929a927558c719542.tar.xz
mpd-afa3ccc3b1b3995d2e09588929a927558c719542.zip
Forgot a || in that last commit. Oops.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5455 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3ceb8907b..e269fe697 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,7 +182,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_pulse = xyes || test x$enable_jack = xyes
+if test x$enable_pulse = xyes || test x$enable_jack = xyes ||
test x$enable_lsr = xyes || test x$with_zeroconf != xno; then
PKG_PROG_PKG_CONFIG
fi