From a2542330283e668c518dc9fc1c044959ed1cdc2a Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 30 Apr 2014 06:04:32 +0000 Subject: merge revision(s) 45488: [Backport #9631] * ext/readline/extconf.rb: fix typo, `$defs` not `$DEFS`. [ruby-core:61756] [Bug #9578] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@45746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/readline/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/readline/extconf.rb b/ext/readline/extconf.rb index 74e34d4d7c..db7dab439d 100644 --- a/ext/readline/extconf.rb +++ b/ext/readline/extconf.rb @@ -98,7 +98,7 @@ readline.have_func("clear_history") readline.have_func("rl_redisplay") readline.have_func("rl_insert_text") unless readline.have_type("rl_hook_func_t") - $DEFS << "-Drl_hook_func_t=Function" + $defs << "-Drl_hook_func_t=Function" end create_makefile("readline") -- cgit v1.2.3