rscons/build_tests/configure/check_cxx_header_no_fail.rb

4 lines
65 B
Ruby

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