Re: [Mesa-dev] [PATCH] m4: Use older autoconf 2.63 compatible ax_check_compile_flag.

2017-08-31 Thread Matt Turner
Reviewed-by: Matt Turner I checked the revision history of this, and it changed between #serial 3 and 4 with a commit message saying it was "Modernizing" it [1]. Not compelling enough. [1] http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=commit;h=1a869696e4129279f7b99c3f9052717354b7

[Mesa-dev] [PATCH] m4: Use older autoconf 2.63 compatible ax_check_compile_flag.

2017-08-31 Thread Vinson Lee
CentOS 6 and RHEL 6 have autoconf 2.63. Fixes: e4b2b69e828c ("configure: Add and use AX_CHECK_COMPILE_FLAG") Signed-off-by: Vinson Lee --- m4/ax_check_compile_flag.m4 | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/m4/ax_check_compile_flag.m4 b/m4/ax_check_compi