We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e024a3 commit cce9adaCopy full SHA for cce9ada
ext/digest/digest_conf.rb
@@ -3,7 +3,7 @@
3
def digest_conf(name)
4
unless with_config("bundled-#{name}")
5
cc = with_config("common-digest")
6
- if cc == true or /\b#{name}\b/ =~ cc
+ if cc != false or /\b#{name}\b/ =~ cc
7
if File.exist?("#$srcdir/#{name}cc.h") and
8
have_header("CommonCrypto/CommonDigest.h")
9
$defs << "-D#{name.upcase}_USE_COMMONDIGEST"
0 commit comments