diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-25 20:21:53 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-25 20:21:53 +0000 |
commit | 4a41586769ee66f4b2ba57a1b126506e14cda351 (patch) | |
tree | 13a8370ae3a7e9edeeb40e0e20ffb49e9a06c5f5 /docs | |
parent | 07accb5a60092159600e54da3aca49ed024b9e43 (diff) | |
download | external_llvm-4a41586769ee66f4b2ba57a1b126506e14cda351.zip external_llvm-4a41586769ee66f4b2ba57a1b126506e14cda351.tar.gz external_llvm-4a41586769ee66f4b2ba57a1b126506e14cda351.tar.bz2 |
Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/MakefileGuide.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index 422a00e..af26fa0 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -636,12 +636,6 @@ <dd>Specifies the path to the <tt>flex</tt> tool.</dd> <dt><a name="GCCLD"><tt>GCCLD</tt></a><small>(defaulted)</small></dt> <dd>Specifies the path to the <tt>gccld</tt> tool.</dd> - <dt><a name="HAVE_BZIP2"><tt>HAVE_BZIP2</tt></a><small>(configured)</small></dt> - <dd>This variable is set automatically if the <tt>configure</tt> script - could find the bzip2 library.</dd> - <dt><a name="HAVE_ZLIB"><tt>HAVE_ZLIB</tt></a><small>(configured)</small></dt> - <dd>This variable is set automatically if the <tt>configure</tt> script - could find the zlib library.</dd> <dt><a name="INSTALL"><tt>INSTALL</tt></a><small>(configured)</small></dt> <dd>Specifies the path to the <tt>install</tt> tool.</dd> <dt><a name="LDFLAGS"><tt>LDFLAGS</tt></a><small>(configured)</small></dt> |