summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-03-20 10:52:28 +0100
committerJim Meyering <meyering@redhat.com>2011-03-20 10:54:45 +0100
commitdc0d008ebc15185402cd8e1046da98dc220ee139 (patch)
tree8dde073fb4663f2ac5a4901974c33d69b54b472d
parent128ab801c7a8dce08201a27ab437e7a69497e678 (diff)
downloadidutils-dc0d008ebc15185402cd8e1046da98dc220ee139.tar.gz
idutils-dc0d008ebc15185402cd8e1046da98dc220ee139.tar.bz2
idutils-dc0d008ebc15185402cd8e1046da98dc220ee139.zip
tests: avoid new compilation failure of a gnulib test program
* bootstrap.conf (avoided_gnulib_modules): Do not use --avoid=lock. That would lead to compilation failure of the localenames.c test.
-rw-r--r--bootstrap.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index a3d5637..374df66 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -19,7 +19,6 @@
# We don't need these modules, even though gnulib-tool mistakenly
# includes them because of gettext and fchdir dependencies.
avoided_gnulib_modules='
- --avoid=lock
--avoid=canonicalize-lgpl
'