diff options
author | Jim Meyering <meyering@redhat.com> | 2008-06-26 08:01:26 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-06-26 08:01:26 +0200 |
commit | b1a1c9ee068ab41c08cf289b85981985412b5dd2 (patch) | |
tree | ebafd1b1d0d29592a67092d66107c8cfe416a701 | |
parent | 3d309aa725e529a5e90aacc5594565e21f966537 (diff) | |
download | coreutils-b1a1c9ee068ab41c08cf289b85981985412b5dd2.tar.xz |
bootstrap.conf: don't list "open" specifically
It is no longer necessary to list it specifically,
now that several gnulib modules depend on the "open" module.
This reverts commit 3ea1fe588e20f196cc9b9907d5943bd620c6b944.
-rw-r--r-- | bootstrap.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 8289f693a..5685ad55b 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -105,10 +105,6 @@ gnulib_modules=" xstrtol xstrtold xstrtoumax yesno " -# Required at least for truncate's truncate-fail-diag test -# on Solaris 7, Solaris 9, and HP-UX 11. -gnulib_modules="$gnulib_modules open" - # Other locale categories that need message catalogs. EXTRA_LOCALE_CATEGORIES=LC_TIME |