Skip to content

Commit 6047997

Browse files
committed
Update config.m4
1 parent 8a85a04 commit 6047997

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config.m4

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ if test "$PHP_ZEPHIR_PARSER" = "yes"; then
6868
[PHP_INSTALL_HEADERS([ext/zephir_parser], $PHP_ZEPHIR_PARSER_HEADERS)])
6969

7070
PHP_ADD_MAKEFILE_FRAGMENT([parser.mk])
71+
72+
dnl Create directories because PECL can't
73+
if test ! -d parser; then
74+
mkdir parser
75+
fi
7176
fi
7277

7378
dnl Code Coverage -------------------------------------------------------------

0 commit comments

Comments
 (0)