summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-06-01 07:33:59 +0000
committerHavoc Pennington <hp@redhat.com>2003-06-01 07:33:59 +0000
commit0e024fc53a5effadedd56427ffe261c417e45222 (patch)
tree210bdefa584697bebe2be63d4ef3b5a8ce1f30b9 /configure.in
parenta2e144132e03a8d5bc289b727c747c9b0e6c0508 (diff)
2003-06-01 Havoc Pennington <hp@pobox.com>
* 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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
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)