1dnl config.m4 for extension ast 2 3PHP_ARG_ENABLE(ast, whether to enable ast support, 4[ --enable-ast Enable ast support]) 5 6if test "$PHP_AST" != "no"; then 7 PHP_NEW_EXTENSION(ast, ast.c ast_data.c, $ext_shared) 8fi 9