Add no zlib support notice when compiled as such

git-svn-id: file:///home/jj/hercules.svn/trunk@3234 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Jan Jaeger
2005-11-23 18:02:57 +00:00
parent 33a6ce9371
commit b44431f2cb

View File

@@ -110,6 +110,10 @@ static const char *build_info[] = {
"No CCKD BZIP2 support",
#endif
#if !defined(HAVE_LIBZ)
"No ZLIB support",
#endif
#if !defined(HET_BZIP2)
"No HET BZIP2 support",
#endif