summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-01-06 16:13:21 +0000
committerJoe Watkins <krakjoe@php.net>2017-01-06 16:13:21 +0000
commit46c800948e75140cfcda1fe1defc9bef4c211f82 (patch)
treef5c429cf30c3cb47acf01b691f105877c2d096d0
parent91cf3269c2ce384f79dde8b01e926b2cb9d98735 (diff)
downloadphp-git-46c800948e75140cfcda1fe1defc9bef4c211f82.tar.gz
fix acinclude, messed up by bad merge #2124
-rw-r--r--acinclude.m43
1 files changed, 3 insertions, 0 deletions
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])