From 46c800948e75140cfcda1fe1defc9bef4c211f82 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Fri, 6 Jan 2017 16:13:21 +0000 Subject: [PATCH] fix acinclude, messed up by bad merge #2124 --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 4f06730b64..1a4ac7ce83 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -3109,3 +3109,6 @@ AC_DEFUN([PHP_CHECK_BUILTIN_CTZLL], [ AC_DEFINE_UNQUOTED([PHP_HAVE_BUILTIN_CTZLL], [$have_builtin_ctzll], [Whether the compiler supports __builtin_ctzll]) ]) + +dnl Load the AX_CHECK_COMPILE_FLAG macro from the autoconf archive. +m4_include([build/ax_check_compile_flag.m4]) -- 2.50.1