diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 15:53:11 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 15:53:11 +0200 |
commit | 5148a70c207434530ce2da7ede3e841be62bb4e1 (patch) | |
tree | e6bbde4c6e6d1cf886e97af47ac8623839577892 | |
parent | d301907318aa42ac2875288173edf67062f5f490 (diff) |
Remove sysusers check
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 4aafa41e63..bec7f7b95c 100644 --- a/configure.ac +++ b/configure.ac @@ -486,14 +486,6 @@ fi AM_CONDITIONAL([HAVE_SMACK], [test "x$have_smack" = "xyes"]) # ------------------------------------------------------------------------------ -have_sysusers=no -AC_ARG_ENABLE(sysusers, AS_HELP_STRING([--disable-sysusers], [disable sysusers support])) -if test "x$enable_sysusers" != "xno"; then - have_sysusers=yes -fi -AM_CONDITIONAL(ENABLE_SYSUSERS, [test "$have_sysusers" = "yes"]) - -# ------------------------------------------------------------------------------ have_firstboot=no AC_ARG_ENABLE(firstboot, AS_HELP_STRING([--disable-firstboot], [disable firstboot support])) if test "x$enable_firstboot" != "xno"; then @@ -996,7 +988,6 @@ AC_MSG_RESULT([ SECCOMP: ${have_seccomp} SMACK: ${have_smack} ACL: ${have_acl} - sysusers: ${have_sysusers} firstboot: ${have_firstboot} randomseed: ${have_randomseed} backlight: ${have_backlight} |