mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	2000-02-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									25be6ce9b5
								
							
						
					
					
						commit
						320e99d8dd
					
				
					 33 changed files with 1157 additions and 516 deletions
				
			
		| 
						 | 
				
			
			@ -2,8 +2,9 @@ require "mkmf"
 | 
			
		|||
 | 
			
		||||
dir_config("readline")
 | 
			
		||||
have_library("user32", nil) if /cygwin/ === PLATFORM
 | 
			
		||||
have_library("termcap", "tgetnum")
 | 
			
		||||
have_library("curses", "tgetnum")
 | 
			
		||||
have_library("termcap", "tgetnum") or
 | 
			
		||||
  have_library("curses", "tgetnum") or
 | 
			
		||||
  have_library("ncurses", "tgetnum")
 | 
			
		||||
if have_header("readline/readline.h") and
 | 
			
		||||
    have_header("readline/history.h") and
 | 
			
		||||
    have_library("readline", "readline")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue