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 4d72367 commit 8a9cc05Copy full SHA for 8a9cc05
config.m4
@@ -65,7 +65,7 @@ if test "$PHP_ZEPHIR_PARSER" = "yes"; then
65
PHP_NEW_EXTENSION(zephir_parser, $PHP_ZEPHIR_PARSER_SOURCES, $ext_shared,, $PHP_ZEPHIR_PARSER_FLAGS)
66
67
ifdef([PHP_INSTALL_HEADERS],
68
- [PHP_INSTALL_HEADERS([ext/zephir_parser], $PHP_ZEPHIR_PARSER_FLAGS)])
+ [PHP_INSTALL_HEADERS([ext/zephir_parser], $PHP_ZEPHIR_PARSER_HEADERS)])
69
70
PHP_ADD_MAKEFILE_FRAGMENT([parser.mk])
71
fi
0 commit comments