[daemon-fix] Changed the way of make bus address when the address is not given
[platform/upstream/dbus.git] / configure.ac
index d92acdd..dd89f9a 100644 (file)
@@ -1753,9 +1753,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