X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=config.m4;h=63458ad690f39339cf5fc41b1a20cd6deb2d73cd;hb=b09850fb2c28c23547fed5ac83faf0fa2d3e6b8b;hp=828c93740753d64d8f798be06c6f6ad2f1ec5d58;hpb=52ed5940ed0ab3cafd36fbded2e83c92563e7b2b;p=m6w6%2Fext-psi diff --git a/config.m4 b/config.m4 index 828c937..63458ad 100644 --- a/config.m4 +++ b/config.m4 @@ -86,11 +86,14 @@ if test "$PHP_PSI" != no; then AC_MSG_RESULT([already defined]) ]) - PSI_LEMON + AC_MSG_CHECKING([psi source dir]) + AC_MSG_RESULT([$PHP_PSI_SRCDIR]) + AC_MSG_CHECKING([psi build dir]) + AC_MSG_RESULT([$PHP_PSI_BUILDDIR]) + PSI_CHECK_LIBJIT PSI_CHECK_LIBFFI - AC_PATH_PROG(NM, nm) AC_FUNC_FNMATCH AC_FUNC_MMAP @@ -170,7 +173,7 @@ if test "$PHP_PSI" != no; then )` \ " PHP_PSI_GENERATED=" \ - src/parser_proc.y src/parser_proc.c src/parser.c \ + src/parser_proc.c src/parser.c \ src/calc/basic.h src/calc/bin.h src/calc/bool.h src/calc/cast.h \ src/calc/cmp.h src/calc/oper.h \ "