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

index 9216797f6f27fcee8b311e42cb32f24005b129c0..4aafa41e633b7933c198961c3b83e6a5c00cf20f 100644 (file)
@@ -485,14 +485,6 @@ fi
 
 AM_CONDITIONAL([HAVE_SMACK], [test "x$have_smack" = "xyes"])
 
-# ------------------------------------------------------------------------------
-have_tmpfiles=no
-AC_ARG_ENABLE(tmpfiles, AS_HELP_STRING([--disable-tmpfiles], [disable tmpfiles support]))
-if test "x$enable_tmpfiles" != "xno"; then
-        have_tmpfiles=yes
-fi
-AM_CONDITIONAL(ENABLE_TMPFILES, [test "$have_tmpfiles" = "yes"])
-
 # ------------------------------------------------------------------------------
 have_sysusers=no
 AC_ARG_ENABLE(sysusers, AS_HELP_STRING([--disable-sysusers], [disable sysusers support]))
@@ -1004,7 +996,6 @@ AC_MSG_RESULT([
         SECCOMP:                 ${have_seccomp}
         SMACK:                   ${have_smack}
         ACL:                     ${have_acl}
-        tmpfiles:                ${have_tmpfiles}
         sysusers:                ${have_sysusers}
         firstboot:               ${have_firstboot}
         randomseed:              ${have_randomseed}