chiark / gitweb /
Remove sysusers check
authorAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 13:53:11 +0000 (15:53 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 13:53:11 +0000 (15:53 +0200)
configure.ac

index 4aafa41e633b7933c198961c3b83e6a5c00cf20f..bec7f7b95cc4c768b098ae090a82740b65a17756 100644 (file)
@@ -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}