summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-12-04 23:35:23 +0100
committerJim Meyering <meyering@redhat.com>2009-12-04 23:35:23 +0100
commitecb0e55a4a278752032175ad8c628ec20388734a (patch)
treea77648bef9401e506ff78c27ff9f0f64b76d2740 /cfg.mk
parentacd6c7be4dab1cc5d4012f1074691999d4fd3083 (diff)
downloadgrep-ecb0e55a4a278752032175ad8c628ec20388734a.tar.gz
maint: enable prohibit_have_config_h check
* cfg.mk (local-checks-to-skip): Enable sc_prohibit_have_config_h * lib/regex.c: Remove useless cpp test of HAVE_CONFIG_H. * lib/savedir.c: Likewise. * src/grep.c: Likewise. * src/kwset.c: Likewise. * src/search.c: Likewise.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index b222ff3f..364c4fe1 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -26,7 +26,6 @@ local-checks-to-skip = \
sc_error_message_uppercase \
sc_m4_quote_check \
sc_makefile_TAB_only_indentation \
- sc_prohibit_have_config_h \
sc_prohibit_magic_number_exit \
sc_prohibit_strcmp \
sc_space_tab \