From: Andy Wingo Date: Sun, 19 Apr 2015 13:53:11 +0000 (+0200) Subject: Remove sysusers check X-Git-Tag: v219.0~45 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5148a70c207434530ce2da7ede3e841be62bb4e1;p=elogind.git Remove sysusers check --- diff --git a/configure.ac b/configure.ac index 4aafa41e6..bec7f7b95 100644 --- a/configure.ac +++ b/configure.ac @@ -485,14 +485,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])) @@ -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}