From: foobar Date: Sat, 24 Sep 2005 23:33:58 +0000 (+0000) Subject: Revert the "fix". It works fine when you use PHP_5_1 X-Git-Tag: php-5.1.0RC2~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2352850c5225975ed4cc0770fe2f5cb2fc73133a;p=php Revert the "fix". It works fine when you use PHP_5_1 --- diff --git a/ext/pdo_sqlite/config.m4 b/ext/pdo_sqlite/config.m4 index 198bd51e72..2f1a98536d 100644 --- a/ext/pdo_sqlite/config.m4 +++ b/ext/pdo_sqlite/config.m4 @@ -83,7 +83,7 @@ if test "$PHP_PDO_SQLITE" != "no"; then PHP_NEW_EXTENSION(pdo_sqlite, $php_pdo_sqlite_sources_core $pdo_sqlite_sources, - $ext_shared,,-I$ext_builddir/sqlite/src -DPDO_SQLITE_BUNDLED=1 -DSQLITE_OMIT_CURSOR -I$pdo_inc_path) + $ext_shared,,-I@ext_builddir@/sqlite/src -DPDO_SQLITE_BUNDLED=1 -DSQLITE_OMIT_CURSOR -I$pdo_inc_path) PHP_ADD_BUILD_DIR($ext_builddir/sqlite/src, 1) AC_CHECK_SIZEOF(char *,4)