summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-05 15:15:14 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-10-01 16:37:20 +0100
commit4695aacd0d19b9693b058ca24a7ba2387399b0d9 (patch)
tree3567cd4969a56032db3fceb086676303813ff239 /configure.ac
parent7e0ec24f20e5a68ee8a49d58d4a92ea849e87c60 (diff)
downloaddbus-4695aacd0d19b9693b058ca24a7ba2387399b0d9.tar.gz
Enable Stats interface by default; disallow non-root use on system bus
[fix typo in interface name -alban] Bug: https://bugs.freedesktop.org/show_bug.cgi?id=80759 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
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 4443d057..142b59c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1736,9 +1736,9 @@ AH_VERBATIM(_DARWIN_ENVIRON,
])
AC_ARG_ENABLE([stats],
- [AS_HELP_STRING([--enable-stats],
- [enable bus daemon usage statistics])],
- [], [enable_stats=no])
+ [AS_HELP_STRING([--disable-stats],
+ [disable bus daemon usage statistics])],
+ [], [enable_stats=yes])
if test "x$enable_stats" = xyes; then
AC_DEFINE([DBUS_ENABLE_STATS], [1],
[Define to enable bus daemon usage statistics])