summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-04-07 10:41:51 +0100
committerReuben Thomas <rrt@sc3d.org>2017-04-15 08:55:30 +0100
commite3b5d1a5c6397fb08cb2439d107ca4e60ff0f639 (patch)
tree5df5892c11a162ed3202eeb510c4874cfccb45ee /bootstrap.conf
parent49eb3b3c2aa115cbd931d1de07899d009d87d16a (diff)
downloadenchant-e3b5d1a5c6397fb08cb2439d107ca4e60ff0f639.tar.gz
Remove trivial but potentially wrong Objective C header
size_t may not be unsigned long. Also get ssize_t reliably with help from gnulib. Finally, use dist_man_MANS to install man page, not EXTRA_DIST.
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 adfcdfb..fc296ad 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -51,6 +51,7 @@ gnulib_modules='
relocatable-lib-lgpl
snippet/unused-parameter
strdup-posix
+ ssize_t
'