diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 15:56:17 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 15:56:17 +0200 |
commit | 214bfef910f41c414047101bf0a51b1ecc053930 (patch) | |
tree | 91b37a22573e94105a8813a9e6133b44b7c8b472 /configure.ac | |
parent | 940458363cb0de6d459aa94c86515f0a9dd36248 (diff) |
Remove backlight check
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 37e857c7dc..c0e1fee837 100644 --- a/configure.ac +++ b/configure.ac @@ -486,14 +486,6 @@ fi AM_CONDITIONAL([HAVE_SMACK], [test "x$have_smack" = "xyes"]) # ------------------------------------------------------------------------------ -have_backlight=no -AC_ARG_ENABLE(backlight, AS_HELP_STRING([--disable-backlight], [disable backlight tools])) -if test "x$enable_backlight" != "xno"; then - have_backlight=yes -fi -AM_CONDITIONAL(ENABLE_BACKLIGHT, [test "$have_backlight" = "yes"]) - -# ------------------------------------------------------------------------------ have_rfkill=no AC_ARG_ENABLE(rfkill, AS_HELP_STRING([--disable-rfkill], [disable rfkill tools])) if test "x$enable_rfkill" != "xno"; then @@ -972,7 +964,6 @@ AC_MSG_RESULT([ SECCOMP: ${have_seccomp} SMACK: ${have_smack} ACL: ${have_acl} - backlight: ${have_backlight} rfkill: ${have_rfkill} logind: ${have_logind} machined: ${have_machined} |