Skip to content

Commit d91af03

Browse files
authored
Fix installing with PECL (#9)
1 parent 0f2f52e commit d91af03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ if test "$PHP_ECMA_INTL" != "no"; then
6868
cxx
6969
)
7070

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+
7175
PHP_REQUIRE_CXX()
7276
PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_ECMA_INTL_STDCXX)
7377

0 commit comments

Comments
 (0)