From: "usa (Usaku NAKAMURA)" Date: 2012-12-21T22:19:17+09:00 Subject: [ruby-core:51038] [ruby-trunk - Bug #7397][Assigned] Fix detection of RL_PROMPT_*_IGNORE macros Issue #7397 has been updated by usa (Usaku NAKAMURA). Status changed from Open to Assigned ---------------------------------------- Bug #7397: Fix detection of RL_PROMPT_*_IGNORE macros https://bugs.ruby-lang.org/issues/7397#change-34942 Author: zzak (Zachary Scott) Status: Assigned 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/