X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=config.m4;h=f25cc06dc0b83f236ef2cf33adc37a2769c8f96e;hp=5c8ed57dc4f52ef4c184c52209282dee7c8b23b7;hb=8d1d1243a8a42b0046ac670808913b3bb06c994b;hpb=4d2c075c160bbc1ff49c3499f8fdd07d9c447a12 diff --git a/config.m4 b/config.m4 index 5c8ed57..f25cc06 100644 --- a/config.m4 +++ b/config.m4 @@ -25,6 +25,7 @@ m4_foreach(incfile, [ [posix/stdio.m4], [posix/stdint.m4], [posix/stdlib.m4], + [posix/stdarg.m4], [posix/sys_select.m4], [posix/sys_socket.m4], [posix/sys_stat.m4], @@ -91,7 +92,6 @@ if test "$PHP_PSI" != no; then AC_MSG_CHECKING([psi build dir]) AC_MSG_RESULT([$PHP_PSI_BUILDDIR]) - PSI_LEMON PSI_CHECK_LIBJIT PSI_CHECK_LIBFFI @@ -130,6 +130,7 @@ if test "$PHP_PSI" != no; then PSI_CONFIG_POSIX(stdio, stdio.h) PSI_CONFIG_POSIX(stdlib, stdlib.h) PSI_CONFIG_POSIX(unistd, unistd.h) + PSI_CONFIG_POSIX(stdarg, stdarg.h) PSI_CONFIG_POSIX(sys/socket, sys/socket.h, [ PSI_CONFIG_POSIX(netinet/in, netinet/in.h, [ PSI_CONFIG_POSIX(arpa/inet, arpa/inet.h) @@ -174,7 +175,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 \ "