diff --git a/Installation/config/support/test_ZLIB.C b/Installation/config/support/test_ZLIB.C index 4c55dd82226..794c8af5803 100755 --- a/Installation/config/support/test_ZLIB.C +++ b/Installation/config/support/test_ZLIB.C @@ -33,6 +33,9 @@ int main() { - std::cout << ZLIB_VERSION << std::endl; + gzFile *ptr; + gzwrite(ptr->fd, (void*)0, 0); + + std::cout << "version=" << ZLIB_VERSION << std::endl; return 0; }