Re: [Mesa-dev] [PATCH 01/19] configure: Add and use AX_CHECK_COMPILE_FLAG

2017-08-29 Thread Matt Turner
On Tue, Aug 29, 2017 at 6:15 AM, Emil Velikov wrote: > On 28 August 2017 at 22:57, Matt Turner wrote: > >> -# Flags to help ensure that certain portions of the code -- and only >> those >> -# portions -- can be built with MSVC: >> -# - src/util, src/gallium/auxiliary, rc/gallium/driv

Re: [Mesa-dev] [PATCH 01/19] configure: Add and use AX_CHECK_COMPILE_FLAG

2017-08-29 Thread Emil Velikov
On 28 August 2017 at 22:57, Matt Turner wrote: > -# Flags to help ensure that certain portions of the code -- and only > those > -# portions -- can be built with MSVC: > -# - src/util, src/gallium/auxiliary, rc/gallium/drivers/llvmpipe, and > -# - non-Linux/Posix OpenGL portions

[Mesa-dev] [PATCH 01/19] configure: Add and use AX_CHECK_COMPILE_FLAG

2017-08-28 Thread Matt Turner
This makes it a lot clearer what's happening (at least I think so), and will make future additions much simpler. --- configure.ac| 94 - m4/ax_check_compile_flag.m4 | 74 +++ 2 files changed, 99 insertions(