summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-10-07 12:45:07 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-10-07 12:45:15 +0900
commit447d372dcd46082ae0fdf87abead8da327177af4 (patch)
tree3f5e5bb9eddf3045ba85b5ff800795b17a8ff87b /ext
parentea2e477617f8f0d5b8298ba7f632b83186413dfe (diff)
downloadpsych-447d372dcd46082ae0fdf87abead8da327177af4.tar.gz
--enable-bundled-libyaml config has been removed
Diffstat (limited to 'ext')
-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 16c76e4..f20d9a2 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')