extconf.rb: error out if curses.h is not found
This commit is contained in:
parent
7a820a99ea
commit
05ada6c504
@ -1,3 +1,5 @@
|
||||
require "mkmf"
|
||||
|
||||
abort("Error: missing curses.h") unless have_header("curses.h")
|
||||
|
||||
create_makefile "svi/svi"
|
||||
|
Loading…
x
Reference in New Issue
Block a user