summaryrefslogtreecommitdiffstats
path: root/ext/curses
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-13 16:13:31 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-13 16:13:31 +0000
commit3d9582b7f1fe2647d0d68ab55ccc2223c7cbd389 (patch)
tree3a84f886c14e2a9a8fe65c664b4f4805e2cbc2d4 /ext/curses
parenta6dcd4ff38476c301f3385a3999fb6452bd462c7 (diff)
downloadruby-3d9582b7f1fe2647d0d68ab55ccc2223c7cbd389.tar.gz
ruby-3d9582b7f1fe2647d0d68ab55ccc2223c7cbd389.tar.xz
ruby-3d9582b7f1fe2647d0d68ab55ccc2223c7cbd389.zip
support mingw32.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/curses')
-rw-r--r--ext/curses/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curses/extconf.rb b/ext/curses/extconf.rb
index e1bf24c43..5c6881164 100644
--- a/ext/curses/extconf.rb
+++ b/ext/curses/extconf.rb
@@ -1,7 +1,7 @@
require 'mkmf'
make=false
-have_library("mytinfo", "tgetent") if /bow/ =~ PLATFORM
+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")