From: "zzak (Zachary Scott)" Date: 2012-11-19T13:01:57+09:00 Subject: [ruby-core:49562] [ruby-trunk - Bug #7397] Fix detection of RL_PROMPT_*_IGNORE macros Issue #7397 has been updated by zzak (Zachary Scott). Category changed from lib to ext ---------------------------------------- Bug #7397: Fix detection of RL_PROMPT_*_IGNORE macros https://bugs.ruby-lang.org/issues/7397#change-33082 Author: zzak (Zachary Scott) Status: Open Priority: Normal Assignee: kouji (Kouji Takao) Category: ext Target version: 2.0.0 ruby -v: 2.0.0 =begin from github: https://github.com/ruby/ruby/pull/202 ((*mkmf doesn't create HAVE_X definitions, so HAVE_RL_PROMPT_START_IGNORE and HAVE_RL_PROMPT_END_IGNORE don't actually get defined by ext/readline/extconf.rb. Instead, we should detect for RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE directly.*)) =end -- http://bugs.ruby-lang.org/