From: Joe Watkins Date: Fri, 6 Jan 2017 16:13:21 +0000 (+0000) Subject: fix acinclude, messed up by bad merge #2124 X-Git-Tag: php-7.1.2RC1~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46c800948e75140cfcda1fe1defc9bef4c211f82;p=php fix acinclude, messed up by bad merge #2124 --- 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])