From 0e024fc53a5effadedd56427ffe261c417e45222 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 1 Jun 2003 07:33:59 +0000 Subject: 2003-06-01 Havoc Pennington * tools/dbus-cleanup-sockets.c: add utility to clean up sockets in /tmp (though on Linux this will end up being useless, when we add abstract namespace support) * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to subst'ing it --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1519f9a3..a47d1109 100644 --- a/configure.in +++ b/configure.in @@ -633,6 +633,7 @@ if ! test -z "$with_session_socket_dir" ; then else DBUS_SESSION_SOCKET_DIR=$DEFAULT_SOCKET_DIR fi +AC_DEFINE_UNQUOTED(DBUS_SESSION_SOCKET_DIR, "$DBUS_SESSION_SOCKET_DIR", [Where per-session bus puts its sockets]) AC_SUBST(DBUS_SESSION_SOCKET_DIR) -- cgit