mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add a comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4c87e9433a
commit
b82f8f7191
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ header_library = nil
|
|||
["ncurses/curses.h", ["ncurses"]],
|
||||
["curses_colr/curses.h", ["cur_colr"]],
|
||||
["curses.h", ["curses"]],
|
||||
# ["xcurses.h", ["XCurses"]], # XCurses (PDCurses for X11)
|
||||
].each {|hdr, libs|
|
||||
header_library = have_all(
|
||||
lambda { have_header(hdr) && hdr },
|
||||
|
|
Loading…
Add table
Reference in a new issue