summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSiqi LIU <me@siqi.fr>2013-07-25 17:27:10 +0200
committerSiqi LIU <me@siqi.fr>2013-07-25 17:28:02 +0200
commit65134fb75c3e94b7869fb6d490f88bf4b252760e (patch)
tree1c5813e30c136e2a670c21c861fe23ef23141901 /configure.ac
parentavahi for linux refactored (diff)
downloadcore-65134fb75c3e94b7869fb6d490f88bf4b252760e.tar.gz
core-65134fb75c3e94b7869fb6d490f88bf4b252760e.zip
minor updates for avahi/bonjour refacotration
Change-Id: I89e0115ddbea953de4ee0468c66e949070087a96
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 9f753042f34e..496c29de0592 100644
--- a/configure.ac
+++ b/configure.ac
@@ -799,6 +799,11 @@ 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)
+
AC_ARG_ENABLE(werror,
AS_HELP_STRING([--enable-werror],
[Turn warnings to errors. (Has no effect in modules where the treating
@@ -942,11 +947,6 @@ AC_ARG_ENABLE(gio,
[Determines whether to use the GIO support.]),
,enable_gio=yes)
-AC_ARG_ENABLE(avahi,
- AS_HELP_STRING([--disable-avahi],
- [Determines whether to use the avahi support for impress remote zeroconf.]),
-,enable_avahi=yes)
-
AC_ARG_ENABLE(telepathy,
AS_HELP_STRING([--enable-telepathy],
[Determines whether to enable Telepathy for collaboration.]),