diff options
author | Pádraig Brady <P@draigBrady.com> | 2008-10-22 22:13:49 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2008-10-22 22:15:10 +0100 |
commit | cc0f637b6d2d62a2f811323e677112cfb34cd07e (patch) | |
tree | 8301830b8f33e7be59028f1e2bd96aa09a7a568b | |
parent | 7920f2c14afd7c72763adfb63d7dae0ebf8b7028 (diff) | |
download | coreutils-cc0f637b6d2d62a2f811323e677112cfb34cd07e.tar.xz |
Remove lzma as a specific build requirement
* bootstrap.conf: lzma was added as a build requirement
in the recently added build tools requirements check.
Remove that as it's quite new and also only required
for the make dist stage.
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index a43426356..02c4d9853 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -171,7 +171,6 @@ gettext - git 1.4.4 gperf - gzip - -lzma - makeinfo - perl 5.5 rsync - |