diff options
author | foobar <sniper@php.net> | 2005-06-02 20:06:37 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-06-02 20:06:37 +0000 |
commit | 2018d2df3238eec320283089a695f8d3564b3b44 (patch) | |
tree | 58d0bf8e380f1100b46abe1a40d9c880a3f10f33 /ext/sqlite | |
parent | 7e450f528cc44ac7096e3e0a5c9a2fad4ed59417 (diff) | |
download | php-git-2018d2df3238eec320283089a695f8d3564b3b44.tar.gz |
We only need LEMON for bundled stuff
Diffstat (limited to 'ext/sqlite')
-rw-r--r-- | ext/sqlite/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sqlite/config.m4 b/ext/sqlite/config.m4 index 5a61e170c5..7915f57d50 100644 --- a/ext/sqlite/config.m4 +++ b/ext/sqlite/config.m4 @@ -36,7 +36,7 @@ AC_DEFUN([PHP_PROG_LEMON],[ fi case $php_cv_lemon_version in ""|invalid[)] - lemon_msg="lemon versions supported for regeneration of the Zend/PHP parsers: $lemon_version_list (found $lemon_version)." + lemon_msg="lemon versions supported for regeneration of libsqlite parsers: $lemon_version_list (found $lemon_version)." AC_MSG_WARN([$lemon_msg]) LEMON="exit 0;" ;; @@ -46,7 +46,6 @@ AC_DEFUN([PHP_PROG_LEMON],[ if test "$PHP_SQLITE" != "no"; then - PHP_PROG_LEMON if test "$PHP_PDO" != "no"; then AC_MSG_CHECKING([for PDO includes]) if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then @@ -98,6 +97,7 @@ if test "$PHP_SQLITE" != "no"; then sqlite_extra_sources="libsqlite/src/encode.c" else # use bundled library + PHP_PROG_LEMON SQLITE_MODULE_TYPE=builtin PHP_SQLITE_CFLAGS="-I@ext_builddir@/libsqlite/src $pdo_inc_path" sqlite_extra_sources="libsqlite/src/opcodes.c \ |