summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-07-15 23:00:48 +0200
committerBruno Haible <bruno@clisp.org>2012-07-15 23:00:48 +0200
commit85ed801342b9da521cc797375eb72cc050940cf8 (patch)
treeb1f1f125898664b8fa7c42c31abe9ff5a702944b /cfg.mk
parentfc5b3a7190a490a169f2d53a54b393a68fab9ec2 (diff)
downloadgnulib-85ed801342b9da521cc797375eb72cc050940cf8.tar.gz
fpending: Assume AC_CHECK_DECLS_ONCE invocation, like in fpending.m4.
* lib/fpending.h: Assume HAVE_DECL___FPENDING is defined. * cfg.mk (exclude_file_name_regexp--sc_prohibit_defined_have_decl_tests) Remove exemption for fpending.h. Suggested by Eric Blake.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index bf59024474..ba2126c820 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -79,4 +79,4 @@ exclude_file_name_regexp--sc_avoid_if_before_free = \
^lib/($(if_before_free_basename_re_))\.c$$
exclude_file_name_regexp--sc_prohibit_defined_have_decl_tests = \
- ^lib/((error|getopt|strtoimax)\.c|(argp-namefrob|fpending|getpass)\.h)$$
+ ^lib/((error|getopt|strtoimax)\.c|(argp-namefrob|getpass)\.h)$$