Commit 0d894c9d authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Make ZLIB without ZLIB_SHARED compiled again.

parent c6709b89
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -406,8 +406,10 @@ COMP_METHOD *COMP_zlib(void)
		}

#endif
#if defined(ZLIB) || defined(ZLIB_SHARED)
#ifdef ZLIB_SHARED
	if (zlib_loaded)
#endif
#if defined(ZLIB) || defined(ZLIB_SHARED)
		meth = &zlib_stateful_method;
#endif