summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-05-17 11:44:42 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-05-17 11:44:42 +0000
commitfeb6a0ce97a50fe5e2408093f3fc36530818bbcd (patch)
treea708ed5ce3a83c303de05bd6749f4d0f7106aee0
parentd090a330964a406f7e8abe1e9102650e1d92747d (diff)
* configure.in: define constant DBUS_UNIX.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86dbafc9..392a45d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-29 Ralf.Habacker <ralf.habacker@freenet.de>
+
+ * configure.in: define constant DBUS_UNIX.
+
2007-05-14 Ralf Habacker <ralf.habacker@freenet.de>
* dbus/dbus-sysdeps-win.c (_dbus_printf_string_upper_bound):
diff --git a/configure.in b/configure.in
index 6d63729e..811e2f20 100644
--- a/configure.in
+++ b/configure.in
@@ -72,6 +72,7 @@ AC_ARG_WITH(console-owner-file, AS_HELP_STRING([--with-console-owner-file=[filen
AC_ARG_WITH(dbus_user, AS_HELP_STRING([--with-dbus-user=<user>],[User for running the DBUS daemon (messagebus)]))
AC_ARG_WITH(dbus_daemondir, AS_HELP_STRING([--with-dbus-daemondir=[dirname]],[Directory for installing the DBUS daemon]))
+AC_DEFINE(DBUS_UNIX,1,[dbus on unix])
dnl DBUS_BUILD_TESTS controls unit tests built in to .c files
dnl and also some stuff in the test/ subdir