|
|
@@ -88,6 +88,10 @@ if test "x$with_selinux" != "xno"; then
|
|
|
[if test -n "$with_selinux"; then
|
|
|
AC_MSG_FAILURE([selinux library not found])
|
|
|
fi])
|
|
|
+ AC_CHECK_LIB([selinux], [setexecfilecon],
|
|
|
+ [AC_DEFINE([HAVE_SETEXECFILECON], [1],
|
|
|
+ [Define to 1 if SELinux setexecfilecon is present])
|
|
|
+ ])
|
|
|
|
|
|
AC_CHECK_HEADER([selinux/selinux.h],,
|
|
|
[if test -n "$with_selinux"; then
|