rscons/build_tests/configure/check_c_header_no_fail.rb

4 lines
63 B
Ruby

configure do
check_c_header "not___found.h", fail: false
end