commit | 89dbabff65a39dfb0d9ad036516d5b96c37739de | [log] [tgz] |
---|---|---|
author | Chun-wei Fan <[email protected]> | Mon Mar 12 13:27:38 2018 +0800 |
committer | Chun-wei Fan <[email protected]> | Tue Mar 13 20:13:38 2018 +0800 |
tree | 98689d212dfb5436192c3111b217222c2919b01a | |
parent | 28f25f32fc63c3e1ae0d04b6eb5ea6b729fb2228 [diff] |
configure.ac/CMake: Check for round() and stdbool.h Not all the compilers that HarfBuzz is buildable on supports round() and has the header stdbool.h, so we check for them and define HAVE_ROUND and HAVE_STDBOOL_H repsectively in our CFLAGS so that we include them only when they are found, or use fallback implementations when necessary. Also include FindPythonInterp earlier as we need PYTHON_EXECUTABLE to be set for running the tests.