X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=dd89f9a725cc59e1822d357dccc1cfb188275686;hb=3428a70ec49b9657651ad74f372912f7aa4d6b09;hp=d92acddc1ba9a2d71254b59dd0be4d73d5b72857;hpb=2aaeee810d689e23f421cf2b5f3d3f04028c5d40;p=platform%2Fupstream%2Fdbus.git diff --git a/configure.ac b/configure.ac index d92acdd..dd89f9a 100644 --- a/configure.ac +++ b/configure.ac @@ -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