summaryrefslogtreecommitdiff
path: root/ext/psych/extconf.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-10-07 12:45:07 +0900
committergit <svn-admin@ruby-lang.org>2022-10-07 12:55:30 +0900
commit94d4bea7c9952ac5abe0d8cd473a73e025b468ab (patch)
treea3eb42b34f7d91ae07cd022d413d365571bfa4f4 /ext/psych/extconf.rb
parenta87de5e3c111a1af92fbfd877d0ad8050444f3fa (diff)
[ruby/psych] --enable-bundled-libyaml config has been removed
https://github.com/ruby/psych/commit/447d372dcd
Diffstat (limited to 'ext/psych/extconf.rb')
-rw-r--r--ext/psych/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/extconf.rb b/ext/psych/extconf.rb
index 16c76e4ca8..f20d9a259d 100644
--- a/ext/psych/extconf.rb
+++ b/ext/psych/extconf.rb
@@ -6,7 +6,7 @@ if $mswin or $mingw or $cygwin
$CPPFLAGS << " -DYAML_DECLARE_STATIC"
end
-yaml_source = with_config("libyaml-source-dir") || enable_config("bundled-libyaml", false)
+yaml_source = with_config("libyaml-source-dir")
unless yaml_source # default to pre-installed libyaml
pkg_config('yaml-0.1')
dir_config('libyaml')