| commit | 60ed988fd6c67b489d7cc186ecaa9db4e5c25b8c | [log] [tgz] |
|---|---|---|
| author | Rich Felker <dalias@aerifal.cx> | Mon Apr 20 18:14:19 2015 -0400 |
| committer | Rich Felker <dalias@aerifal.cx> | Mon Apr 20 18:14:19 2015 -0400 |
| tree | 328ae0dccdb62e16803a78b5a5f9a0d87fb875db | |
| parent | de2b67f8d41e08caa56bf6540277f6561edb647f [diff] |
fix regression in configure script with new visibility option commit de2b67f8d41e08caa56bf6540277f6561edb647f introduced a regression by adding a -include option to CFLAGS_AUTO which did not work without additional -I options. this broke subsequent trycppif tests and caused x86_64 to be misdetected as x32, among other issues. simply using the full relative pathname to vis.h rather than -I is the cleanest way to fix the problem.