diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-26 03:23:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-26 03:23:03 +0200 |
commit | 1271623839b5bb4f0f383a8ad5500462dda0a94a (patch) | |
tree | be0bf468c556713086e166d54e7a5484c9b5452c | |
parent | cc8a7a6129145dc485c82549edd39bcb9b52fd45 (diff) |
build-sys: show audit/selinux in summary
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a68af4d3f3..3905e4941a 100644 --- a/configure.ac +++ b/configure.ac @@ -421,6 +421,8 @@ echo " Gtk: ${have_gtk} tcpwrap: ${have_tcpwrap} PAM: ${have_pam} + AUDIT: ${have_audit} + SELinux: ${have_selinux} prefix: ${prefix} root dir: ${with_rootdir} udev rules dir: ${with_udevrulesdir} |