diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-03-12 14:21:31 +0530 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-03-12 08:37:14 -0400 |
commit | 1612dbd719cafc88db2da098a035c82456e4c638 (patch) | |
tree | f9a749083a4751f7dcde213e467c14294cf6da54 /run_project_tests.py | |
parent | 853634a48da025c59eef70161dba0d150833f60d (diff) | |
download | meson-1612dbd719cafc88db2da098a035c82456e4c638.zip meson-1612dbd719cafc88db2da098a035c82456e4c638.tar.gz meson-1612dbd719cafc88db2da098a035c82456e4c638.tar.bz2 |
has_header: Use "foo.h" syntax instead of <foo.h>
This is broken on GCC due to a GCC bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80005
It doesn't matter whether we use <> or "" in our checks because we run
them from an empty temporary directory anyway.
Includes a test for all this.
Closes https://github.com/mesonbuild/meson/issues/1458
Diffstat (limited to 'run_project_tests.py')
0 files changed, 0 insertions, 0 deletions