aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-18 09:16:55 +0200
committerMax Kellermann <max@duempel.org>2013-10-18 09:16:55 +0200
commitd1c401fe7a637cdea728c8c2860d47c3d1e0efa0 (patch)
treed8a871d252acdca07dd98fee6ee5edb9f150ad43 /configure.ac
parent964aa42b0479efac9a811ff071f27f28a27a6ede (diff)
downloadmpd-d1c401fe7a637cdea728c8c2860d47c3d1e0efa0.tar.gz
mpd-d1c401fe7a637cdea728c8c2860d47c3d1e0efa0.tar.xz
mpd-d1c401fe7a637cdea728c8c2860d47c3d1e0efa0.zip
ZeroconfAvahi: integrate into the EventLoop
Finally fixes the regression by commit c1f4f1fd.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2c2a8e7a3..66d7cee5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -628,8 +628,8 @@ avahi)
;;
esac
-MPD_AUTO_PKG(avahi, AVAHI, [avahi-client avahi-glib],
- [avahi client library], [avahi client+glib not found])
+MPD_AUTO_PKG(avahi, AVAHI, [avahi-client],
+ [avahi client library], [avahi-client not found])
if test x$enable_avahi = xyes; then
AC_DEFINE([HAVE_AVAHI], 1, [Define to enable Avahi Zeroconf support])
with_zeroconf=avahi