• R
    fix regression in configure script with new visibility option · 60ed988f
    Rich Felker 提交于
    commit de2b67f8 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.
    60ed988f
configure 16.4 KB