mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 23:28:05 +02:00
2004-07-31 Colin Walters <walters@redhat.com>
* configure.in: Move #error in SELinux check to its own line.
This commit is contained in:
parent
fabef9f399
commit
1239d93280
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2004-07-31 Colin Walters <walters@redhat.com>
|
||||
|
||||
* configure.in: Move #error in SELinux check to its own line.
|
||||
|
||||
2004-07-31 Olivier Andrieu <oliv__a@users.sourceforge.net>
|
||||
|
||||
* dbus/dbus-internals.h (_DBUS_SET_OOM):
|
||||
|
|
|
|||
|
|
@ -703,7 +703,8 @@ else
|
|||
AC_MSG_CHECKING([for DBUS Flask permissions in selinux/av_permissions.h])
|
||||
AC_TRY_COMPILE([#include <selinux/av_permissions.h>],
|
||||
[#ifdef DBUS__ACQUIRE_SVC return 0;
|
||||
#else #error DBUS__ACQUIRE_SVC not defined
|
||||
#else
|
||||
#error DBUS__ACQUIRE_SVC not defined
|
||||
#endif],
|
||||
have_selinux=yes, have_selinux=no)
|
||||
AC_MSG_RESULT($have_selinux)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue