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

index 37e857c7dce022c9ec8e9bee9205eff6837ce6e6..c0e1fee83790716c2c3de1114223f4be46907654 100644 (file)
@@ -485,14 +485,6 @@ fi
 
 AM_CONDITIONAL([HAVE_SMACK], [test "x$have_smack" = "xyes"])
 
 
 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]))
 # ------------------------------------------------------------------------------
 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}
         SECCOMP:                 ${have_seccomp}
         SMACK:                   ${have_smack}
         ACL:                     ${have_acl}
-        backlight:               ${have_backlight}
         rfkill:                  ${have_rfkill}
         logind:                  ${have_logind}
         machined:                ${have_machined}
         rfkill:                  ${have_rfkill}
         logind:                  ${have_logind}
         machined:                ${have_machined}