Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assorted C++ cleanup #102

Merged
merged 10 commits into from
Sep 18, 2023
1 change: 0 additions & 1 deletion ext/re2/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def build_extension(static_p = false)

have_library("stdc++")
have_header("stdint.h")
have_func("rb_str_sublen")

if !static_p and !have_library("re2")
abort "You must have re2 installed and specified with --with-re2-dir, please see https://github.com/google/re2/wiki/Install"
Expand Down
Loading