X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=c0e1fee83790716c2c3de1114223f4be46907654;hb=214bfef910f41c414047101bf0a51b1ecc053930;hp=37e857c7dce022c9ec8e9bee9205eff6837ce6e6;hpb=940458363cb0de6d459aa94c86515f0a9dd36248;p=elogind.git diff --git a/configure.ac b/configure.ac index 37e857c7d..c0e1fee83 100644 --- a/configure.ac +++ b/configure.ac @@ -485,14 +485,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])) @@ -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}