Skip to content

Commit 447d372

Browse files
committed
--enable-bundled-libyaml config has been removed
1 parent ea2e477 commit 447d372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/psych/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$CPPFLAGS << " -DYAML_DECLARE_STATIC"
77
end
88

9-
yaml_source = with_config("libyaml-source-dir") || enable_config("bundled-libyaml", false)
9+
yaml_source = with_config("libyaml-source-dir")
1010
unless yaml_source # default to pre-installed libyaml
1111
pkg_config('yaml-0.1')
1212
dir_config('libyaml')

0 commit comments

Comments
 (0)