From: Scott MacVicar Date: Thu, 31 Jul 2008 22:25:18 +0000 (+0000) Subject: MFB: Enable by default and fix compile error X-Git-Tag: BEFORE_HEAD_NS_CHANGE~934 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76970a5a3931ee46061f816d7d3bda77cbb58ce0;p=php MFB: Enable by default and fix compile error --- diff --git a/ext/sqlite3/config.m4 b/ext/sqlite3/config.m4 index f13566d33b..6a43b42585 100644 --- a/ext/sqlite3/config.m4 +++ b/ext/sqlite3/config.m4 @@ -4,7 +4,7 @@ dnl vim:et:ts=2:sw=2 PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension, [ --with-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to - SQLite3 installation directory.], no) + SQLite3 installation directory.], yes) if test $PHP_SQLITE3 != "no"; then sqlite3_extra_sources="" diff --git a/ext/sqlite3/config0.m4 b/ext/sqlite3/config0.m4 index f13566d33b..6a43b42585 100644 --- a/ext/sqlite3/config0.m4 +++ b/ext/sqlite3/config0.m4 @@ -4,7 +4,7 @@ dnl vim:et:ts=2:sw=2 PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension, [ --with-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to - SQLite3 installation directory.], no) + SQLite3 installation directory.], yes) if test $PHP_SQLITE3 != "no"; then sqlite3_extra_sources="" diff --git a/ext/sqlite3/php_sqlite3.h b/ext/sqlite3/php_sqlite3.h index be1a2fcffa..4ed9ba96cd 100644 --- a/ext/sqlite3/php_sqlite3.h +++ b/ext/sqlite3/php_sqlite3.h @@ -17,8 +17,8 @@ */ /* $Id$ */ -#ifndef PHP_SQLITE_H -#define PHP_SQLITE_H +#ifndef PHP_SQLITE3_H +#define PHP_SQLITE3_H #define PHP_SQLITE3_VERSION "0.7-dev"