diff options
| author | Wez Furlong <wez@php.net> | 2005-09-25 02:28:42 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2005-09-25 02:28:42 +0000 |
| commit | 57641c166f1f7489e044ea1c7f8118461ac360d2 (patch) | |
| tree | 4caa37fd0173a9b4d718ae2da62211692d8b83d6 /ext/pdo_sqlite/config.m4 | |
| parent | fdd42afa6c0ac7da0bf91a7086839045d9bd1343 (diff) | |
| download | php-git-57641c166f1f7489e044ea1c7f8118461ac360d2.tar.gz | |
reinstate this fix for building against PHP 5.0.x.
This works fine against PHP 5.1 too; if you revert this, you'd better have an
awesome technical reason, or I'll remove your karma.
Diffstat (limited to 'ext/pdo_sqlite/config.m4')
| -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 2f1a98536d..198bd51e72 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) |
