diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-07-25 21:26:07 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-07-25 21:26:37 +0300 |
commit | c3b55c51a911883052b4e62cb9af3eb3cabd85a9 (patch) | |
tree | eadc147b6736fa01f8f989a1cdce363bf6e5074f /configure.ac | |
parent | c852fa1121d652ab74ba692c7ba0fb2b9ced5333 (diff) |
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.ac | 6 |
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], |