Skip to content

Commit 46c8009

Browse files
committed
fix acinclude, messed up by bad merge #2124
1 parent 91cf326 commit 46c8009

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

acinclude.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,3 +3109,6 @@ AC_DEFUN([PHP_CHECK_BUILTIN_CTZLL], [
31093109
AC_DEFINE_UNQUOTED([PHP_HAVE_BUILTIN_CTZLL], [$have_builtin_ctzll], [Whether the compiler supports __builtin_ctzll])
31103110
31113111
])
3112+
3113+
dnl Load the AX_CHECK_COMPILE_FLAG macro from the autoconf archive.
3114+
m4_include([build/ax_check_compile_flag.m4])

0 commit comments

Comments
 (0)