mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/readline/extconf.rb: added dir_config for curses, ncurses,
termcap. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
acd44f6e1e
commit
068b58b5e8
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Jul 15 22:59:48 2004 Shugo Maeda <shugo@ruby-lang.org>
|
||||
|
||||
* ext/readline/extconf.rb: added dir_config for curses, ncurses,
|
||||
termcap.
|
||||
|
||||
Thu Jul 15 20:44:46 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||
|
||||
* class.c: rdoc patch
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
require "mkmf"
|
||||
|
||||
dir_config('curses')
|
||||
dir_config('ncurses')
|
||||
dir_config('termcap')
|
||||
dir_config("readline")
|
||||
have_library("user32", nil) if /cygwin/ === RUBY_PLATFORM
|
||||
have_library("ncurses", "tgetnum") or
|
||||
|
|
Loading…
Reference in a new issue