mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-03 22:00:16 +01:00
* configure.in: define constant DBUS_UNIX.
This commit is contained in:
parent
d090a33096
commit
feb6a0ce97
2 changed files with 5 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue