From: Nguyễn Thái Ngọc Duy Date: Tue, 9 Jun 2009 11:45:10 +0000 (+1000) Subject: configure.in: do not define DBUS_UNIX unconditionally (cherry picked from commit... X-Git-Tag: dbus-1.3.1~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe365b416cc2f9ef7327f35c2b6360b0696dee83;p=thirdparty%2Fdbus.git configure.in: do not define DBUS_UNIX unconditionally (cherry picked from commit 5c072b8c4d912dfe34b72c2b7bbcb4ea359c98d7) --- diff --git a/configure.in b/configure.in index f71c4747e..fabb6d39f 100644 --- a/configure.in +++ b/configure.in @@ -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])])