diff options
author | foobar <sniper@php.net> | 2005-09-24 23:33:58 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-09-24 23:33:58 +0000 |
commit | 2352850c5225975ed4cc0770fe2f5cb2fc73133a (patch) | |
tree | d242aa26abdcc3dac10c97f148e286e0663f6154 /ext/pdo_sqlite | |
parent | 153608218682e74f5f33c9022adc40a25809f413 (diff) | |
download | php-git-2352850c5225975ed4cc0770fe2f5cb2fc73133a.tar.gz |
Revert the "fix". It works fine when you use PHP_5_1
Diffstat (limited to 'ext/pdo_sqlite')
-rw-r--r-- | ext/pdo_sqlite/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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) |