[PATCH] client configuration file support

Fridrich Strba fridrich.strba at bluewin.ch
Wed Jun 9 05:59:29 PDT 2010


On Wed, 2010-06-09 at 14:35 +0200, Ralf Habacker wrote: 
> > BTW, which is the socket that one should use on windows, since configure
> > has different default then cmake?

Configure has this fragment:

if test x$dbus_win = xyes; then
        DBUS_SESSION_BUS_DEFAULT_ADDRESS="nonce-tcp:"
else
        DBUS_SESSION_BUS_DEFAULT_ADDRESS="unix:tmpdir=
$DBUS_SESSION_SOCKET_DIR"
fi
AC_SUBST(DBUS_SESSION_BUS_DEFAULT_ADDRESS)


in CMake one uses the nonce socket only if a define is passed to cmake?
Or do I miss something?

Cheers

F.






More information about the dbus mailing list