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

index 943692ecf7d31186c64d144c528a28f3c44238b1..37e857c7dce022c9ec8e9bee9205eff6837ce6e6 100644 (file)
@@ -485,14 +485,6 @@ fi
 
 AM_CONDITIONAL([HAVE_SMACK], [test "x$have_smack" = "xyes"])
 
-# ------------------------------------------------------------------------------
-have_randomseed=no
-AC_ARG_ENABLE(randomseed, AS_HELP_STRING([--disable-randomseed], [disable randomseed tools]))
-if test "x$enable_randomseed" != "xno"; then
-        have_randomseed=yes
-fi
-AM_CONDITIONAL(ENABLE_RANDOMSEED, [test "$have_randomseed" = "yes"])
-
 # ------------------------------------------------------------------------------
 have_backlight=no
 AC_ARG_ENABLE(backlight, AS_HELP_STRING([--disable-backlight], [disable backlight tools]))
@@ -980,7 +972,6 @@ AC_MSG_RESULT([
         SECCOMP:                 ${have_seccomp}
         SMACK:                   ${have_smack}
         ACL:                     ${have_acl}
-        randomseed:              ${have_randomseed}
         backlight:               ${have_backlight}
         rfkill:                  ${have_rfkill}
         logind:                  ${have_logind}