X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fpsi%2Fpsi.m4;fp=m4%2Fpsi%2Fpsi.m4;h=9701afc644ff73284379cfcd3324f5fa7070e183;hp=2ad2499edef6607c84b8f69e3d5ccc8c8c565201;hb=d4bd55e7d9b1cf63cd6fdc96b70010a0c2aca963;hpb=81a4197fb79ce651cb6f8cfe5adbef0422ef1bea diff --git a/m4/psi/psi.m4 b/m4/psi/psi.m4 index 2ad2499..9701afc 100644 --- a/m4/psi/psi.m4 +++ b/m4/psi/psi.m4 @@ -195,23 +195,6 @@ typedef bool _Bool; #endif ]) -dnl PSI_LEMON() -dnl Declare $LEMON precious, and check for a `lemon` in $PATH. -AC_DEFUN(PSI_LEMON, [ - AC_ARG_VAR(LEMON, The lemon parser generator of the SQLite project) - if test -z "$LEMON" - then - AC_PATH_PROG(LEMON, lemon, $PHP_PSI_BUILDDIR/lemon) - if expr + "$LEMON" : "/" >/dev/null; then - LEMON_PATH= - else - LEMON_PATH=$abs_builddir/ - fi - fi - PHP_SUBST(LEMON_PATH) - PHP_SUBST(LEMON) -]) - dnl PSI_PKG_CONFIG() dnl Check for `pkg-config` and add possible libjit and libffi directories to dnl $PKG_CONFIG_PATH, because those libs often ship with headers etc. in