From 1239d9328095553e034ee44c627901ab28c9193d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 31 Jul 2004 15:18:04 +0000 Subject: 2004-07-31 Colin Walters * configure.in: Move #error in SELinux check to its own line. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index c04097b5..cbc4774e 100644 --- a/configure.in +++ b/configure.in @@ -703,7 +703,8 @@ else AC_MSG_CHECKING([for DBUS Flask permissions in selinux/av_permissions.h]) AC_TRY_COMPILE([#include ], [#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) -- cgit