Skip to content

Commit 3e13e5d

Browse files
committed
Remove incorrect PHP_EXPERIMENTAL_ASYNC_API check
1 parent 0e2f512 commit 3e13e5d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config.m4

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ PHP_ARG_WITH([async_libuv],
99
[Build True Async with LibUv support])], yes)
1010

1111
if test "$PHP_ASYNC" = "yes"; then
12-
13-
if test "$PHP_ASYNC_API" != "yes" && test "$PHP_EXPERIMENTAL_ASYNC_API" != "yes"; then
14-
AC_MSG_ERROR([PHP TRUE ASYNC API is required. Please configure PHP with --enable-experimental-async-api])
15-
fi
16-
1712
dnl Define a symbol for C code.
1813
AC_DEFINE([PHP_ASYNC], 1, [Enable True Async API])
1914

0 commit comments

Comments
 (0)