mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-23 22:10:25 +01:00
configure.in: do not define DBUS_UNIX unconditionally (cherry picked from commit 5c072b8c4d912dfe34b72c2b7bbcb4ea359c98d7)
This commit is contained in:
parent
ae776f576a
commit
fe365b416c
1 changed files with 0 additions and 2 deletions
|
|
@ -1456,8 +1456,6 @@ 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)
|
||||
|
||||
AC_DEFINE_UNQUOTED(DBUS_UNIX, "1", [Defined on UNIX and Linux systems and not on Windows])
|
||||
|
||||
# darwin needs this to initialize the environment
|
||||
AC_CHECK_HEADERS(crt_externs.h)
|
||||
AC_CHECK_FUNC(_NSGetEnviron, [AC_DEFINE(HAVE_NSGETENVIRON, 1, [Define if your system needs _NSGetEnviron to set up the environment])])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue