summaryrefslogtreecommitdiff
path: root/ext/sqlite3
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2008-07-31 22:24:05 +0000
committerScott MacVicar <scottmac@php.net>2008-07-31 22:24:05 +0000
commit9abe173e8ca1ee55af4155c5cc6ca7256e323ad5 (patch)
tree430e833784e224bf3c338e31bb6d62123f6aadac /ext/sqlite3
parent678811d9b2ced75488fb0500e8fff8e51a981a94 (diff)
downloadphp-git-9abe173e8ca1ee55af4155c5cc6ca7256e323ad5.tar.gz
Enable by default and fix compile error
Diffstat (limited to 'ext/sqlite3')
-rw-r--r--ext/sqlite3/config.m42
-rw-r--r--ext/sqlite3/config0.m42
-rw-r--r--ext/sqlite3/php_sqlite3.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/ext/sqlite3/config.m4 b/ext/sqlite3/config.m4
index 5a52170191..112b3af500 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 5a52170191..112b3af500 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 b3667394a2..d46d9f8de8 100644
--- a/ext/sqlite3/php_sqlite3.h
+++ b/ext/sqlite3/php_sqlite3.h
@@ -18,8 +18,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"