From 447d372dcd46082ae0fdf87abead8da327177af4 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 7 Oct 2022 12:45:07 +0900 Subject: --enable-bundled-libyaml config has been removed --- ext/psych/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') 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') -- cgit v1.2.1