We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e3c3c5 + b7a05cc commit e50f31aCopy full SHA for e50f31a
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