4.1.2 Checking for a Header FileThe following methods can be used to check for the presence of a header file:
Each of these methods take the name of the header file to check for as the first argument, and take an optional Hash of arguments as the second argument. Example calls: configure do check_c_header "getopt.h", set_define: "HAVE_GETOPT_H" check_c_header "FreeType2.h" check_cxx_header "memory" end 4.1.2.1 Options4.1.2.1.1
|
« Prev 4.1.1 Checking for a Compiler | Table of Contents | Next » 4.1.3 Checking for a D Import |