X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=6dd9c9cdc5a45d53760fa77e2bd3790783f3d820;hb=2b8a4d0a532c3bd4039f1a3ee6943ec0ef855f0d;hp=55767290e9fdcc4ea8952a68deb100b536edb3e2;hpb=fe6d835c755c240d48f85c154caf2f36fa1b833b;p=elogind.git diff --git a/configure.ac b/configure.ac index 55767290e..6dd9c9cdc 100644 --- a/configure.ac +++ b/configure.ac @@ -343,20 +343,6 @@ if test "x$enable_seccomp" != "xno"; then fi AM_CONDITIONAL(HAVE_SECCOMP, [test "$have_seccomp" = "yes"]) -# ------------------------------------------------------------------------------ -have_ima=yes -AC_ARG_ENABLE([ima], AS_HELP_STRING([--disable-ima],[Disable optional IMA support]), - [case "${enableval}" in - yes) have_ima=yes ;; - no) have_ima=no ;; - *) AC_MSG_ERROR(bad value ${enableval} for --disable-ima) ;; - esac], - [have_ima=yes]) - -if test "x${have_ima}" != xno ; then - AC_DEFINE(HAVE_IMA, 1, [Define if IMA is available]) -fi - # ------------------------------------------------------------------------------ have_chkconfig=yes AC_ARG_ENABLE([chkconfig], AS_HELP_STRING([--disable-chkconfig],[Disable optional chkconfig support]), @@ -1313,7 +1299,6 @@ AC_MSG_RESULT([ libcryptsetup: ${have_libcryptsetup} PAM: ${have_pam} AUDIT: ${have_audit} - IMA: ${have_ima} AppArmor: ${have_apparmor} SELinux: ${have_selinux} SECCOMP: ${have_seccomp}