* cfg.mk (local-checks-to-fix): Remove sc_prohibit_always_true_header_tests from list of disabled checks, because it no longer flags any violations.
Signed-off-by: Gary V. Vaughan <g...@gnu.org> --- cfg.mk | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/cfg.mk b/cfg.mk index 48d063e..d18a23a 100644 --- a/cfg.mk +++ b/cfg.mk @@ -39,7 +39,6 @@ VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/ local-checks-to-fix = \ sc_prohibit_always-defined_macros \ - sc_prohibit_always_true_header_tests \ sc_require_config_h \ sc_require_config_h_first -- 1.7.7.3 Cheers, -- Gary V. Vaughan (gary AT gnu DOT org)