We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3c3c5 commit b7a05ccCopy full SHA for b7a05cc
1 file changed
ext/libxml/extconf.rb
@@ -63,5 +63,10 @@ def crash(str)
63
EOL
64
end
65
66
+# Optional zlib support via libxml2; defines HAVE_ZLIB_H if available.
67
+unless have_header("zlib.h")
68
+ message "zlib not found: building without compression support\n"
69
+end
70
+
71
create_header()
72
create_makefile('libxml_ruby')
0 commit comments