Skip to content

Commit a2c0465

Browse files
committed
Added c++ compiler support
1 parent 9e35cb6 commit a2c0465

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@ if test "$PHP_SWOOLE" != "no"; then
483483

484484
PHP_INSTALL_HEADERS([ext/swoole], [*.h include/*.h])
485485

486+
PHP_REQUIRE_CXX()
487+
486488
if test "$PHP_PICOHTTPPARSER" = "yes"; then
487489
PHP_ADD_INCLUDE([$ext_srcdir/thirdparty/picohttpparser])
488490
PHP_ADD_BUILD_DIR($ext_builddir/thirdparty/picohttpparser)

0 commit comments

Comments
 (0)