Skip to content

Commit

Permalink
Merge pull request #339 from Shopify/remove-useless-st-check
Browse files Browse the repository at this point in the history
Remove useless check for st.h
  • Loading branch information
byroot committed May 26, 2023
2 parents 0815f34 + ced445c commit ad67a61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/msgpack/extconf.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
require 'mkmf'

have_header("ruby/st.h")
have_header("st.h")
have_func("rb_enc_interned_str", "ruby.h") # Ruby 3.0+
have_func("rb_hash_new_capa", "ruby.h") # Ruby 3.2+
have_func("rb_proc_call_with_block", "ruby.h") # CRuby (TruffleRuby doesn't have it)
Expand Down

0 comments on commit ad67a61

Please sign in to comment.