From aeb049c573be4dc24dd20650f40e4777e0f698cf Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Wed, 20 Jan 1999 04:59:32 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'RUBY'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/RUBY@371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/readline/extconf.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ext/readline/extconf.rb (limited to 'ext/readline/extconf.rb') diff --git a/ext/readline/extconf.rb b/ext/readline/extconf.rb new file mode 100644 index 0000000000..e55233eb20 --- /dev/null +++ b/ext/readline/extconf.rb @@ -0,0 +1,8 @@ +require "mkmf" + +have_library("termcap", "tgetnum") +if have_header("readline/readline.h") and + have_header("readline/history.h") and + have_library("readline", "readline") + create_makefile("readline") +end -- cgit v1.2.3