summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSangyoon Jang <s89.jang@samsung.com>2014-01-09 10:04:30 +0900
committerLubomir Rintel <lkundrak@v3.sk>2015-02-11 11:55:32 +0100
commit57730f279bca618cac2bc8de51f8b4dafc30259a (patch)
treebd5c231ace7901b7eeaf7607ba588df242fd6c95 /configure.ac
parent5629feee42c036359a66ef9e799242bc7754b50f (diff)
[daemon-fix] Changed the way of make bus address when the address is not given
When the autolaunch enabled (when using dbus-launch), the bus will be addressed by the member 'listen' of config file It has to decide the autolaunch address at run-time instead of compile-time
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c3d4f957..e07367f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1723,9 +1723,6 @@ elif test x$dbus_win = xyes; then
# branch of the conditional because the default might conceivably
# change (see #38201)
DBUS_SESSION_BUS_CONNECT_ADDRESS="autolaunch:"
-elif test x$enable_kdbus_transport = xyes; then
- # Autolaunching kdbus bus instead of the ordinary socket
- DBUS_SESSION_BUS_CONNECT_ADDRESS="autolaunch:scope=kdbus"
else
# The default on all other Unix platforms (notably Linux)
# is to use auto-launching - this works a bit differently on Mac OS X