summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-04-06 09:25:41 -0700
committerJim Meyering <meyering@fb.com>2014-04-06 09:50:12 -0700
commita09cec8b667bcbae2f96c8b3de12dc9de4a3ab87 (patch)
tree4fe26bb79154c6cd00ceedabac40615d1ab02499 /bootstrap.conf
parent561ffc0f203ea663bb668ac9f6014c16f39fc7d9 (diff)
downloadgrep-a09cec8b667bcbae2f96c8b3de12dc9de4a3ab87.tar.gz
build: avoid OS X 10.8.5 build failure due to lack of static_assert
* bootstrap.conf (gnulib_modules): Add assert-h, to accommodate the new use of static_assert on systems lacking support for that construct. Without this change, compilation of dfa.c failed on OS X 10.8.5 with gcc-4.9.0 20140324. We should be using gnulib's assert-h module, regardless, for its nominal improved portability, since grep includes assert.h and uses assert.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 367427d8..86cd81d3 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -24,6 +24,7 @@ gnulib_modules='
alloca
announce-gen
argmatch
+assert-h
binary-io
btowc
c-ctype