summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-25 21:26:07 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-25 21:26:37 +0300
commitc3b55c51a911883052b4e62cb9af3eb3cabd85a9 (patch)
treeeadc147b6736fa01f8f989a1cdce363bf6e5074f /configure.ac
parentSimplify and fix Avahi conditionals (diff)
downloadcore-c3b55c51a911883052b4e62cb9af3eb3cabd85a9.tar.gz
core-c3b55c51a911883052b4e62cb9af3eb3cabd85a9.zip
Disable use of Avahi by default for now until it doesn't break tinderboxes
Change-Id: Ibb8b40e5e853e29b26b96018f4248321dd841985
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1a65c0a79772..eb6c160fc160 100644
--- a/configure.ac
+++ b/configure.ac
@@ -800,9 +800,9 @@ AC_ARG_ENABLE(atl,
,)
AC_ARG_ENABLE(avahi,
- AS_HELP_STRING([--disable-avahi],
- [Determines whether to use the avahi support for impress remote zeroconf.]),
-,enable_avahi=yes)
+ AS_HELP_STRING([--enable-avahi],
+ [Determines whether to use Avahi to advertise Impress to remote controls.]),
+,)
AC_ARG_ENABLE(werror,
AS_HELP_STRING([--enable-werror],