From 447578a8a02a32fc3594cf62d3c0f928fe63221a Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 2 Jul 2003 04:27:29 +0000 Subject: * string.c (rb_str_shared_replace): clear flags before copy. * string.c (rb_str_replace): ditto. * eval.c (rb_yield_0): override visibility mode for module_eval etc. (ruby-bugs-ja PR#505) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/curses/extconf.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/curses') diff --git a/ext/curses/extconf.rb b/ext/curses/extconf.rb index 94443b45e6..2f20bb2ff3 100644 --- a/ext/curses/extconf.rb +++ b/ext/curses/extconf.rb @@ -8,6 +8,7 @@ make=false have_library("mytinfo", "tgetent") if /bow/ =~ RUBY_PLATFORM if have_header("ncurses.h") and have_library("ncurses", "initscr") make=true +elsif have_header("ncurses/curses.h") and have_library("ncurses", "initscr") and have_library("tinfo", "tgetent") elsif have_header("ncurses/curses.h") and have_library("ncurses", "initscr") make=true elsif have_header("curses_colr/curses.h") and have_library("cur_colr", "initscr") -- cgit v1.2.3