Fix build if not HAVE_BZIP2

llvm-svn: 16650
This commit is contained in:
Chris Lattner 2004-10-04 16:33:25 +00:00
parent 161a459d42
commit b4abe320bf
1 changed files with 1 additions and 1 deletions

View File

@ -455,8 +455,8 @@ uint64_t Compressor::decompress(char *in, unsigned size,
bzdata.total_out_lo32;
BZ2_bzDecompressEnd(&bzdata);
break;
}
#endif
}
case COMP_TYPE_ZLIB: {
#if !defined(HAVE_ZLIB)