fix regression in configure script with new visibility option
authorRich Felker <dalias@aerifal.cx>
Mon, 20 Apr 2015 22:14:19 +0000 (18:14 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 20 Apr 2015 22:14:19 +0000 (18:14 -0400)
commit60ed988fd6c67b489d7cc186ecaa9db4e5c25b8c
tree328ae0dccdb62e16803a78b5a5f9a0d87fb875db
parentde2b67f8d41e08caa56bf6540277f6561edb647f
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.
configure