We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2f52e commit d91af03Copy full SHA for d91af03
config.m4
@@ -68,6 +68,10 @@ if test "$PHP_ECMA_INTL" != "no"; then
68
cxx
69
)
70
71
+ PHP_ADD_BUILD_DIR($ext_builddir/src/ecma402)
72
+ PHP_ADD_BUILD_DIR($ext_builddir/src/php)
73
+ PHP_ADD_BUILD_DIR($ext_builddir/src/php/classes)
74
+
75
PHP_REQUIRE_CXX()
76
PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_ECMA_INTL_STDCXX)
77
0 commit comments