summaryrefslogtreecommitdiff
path: root/ext/sqlite3
diff options
context:
space:
mode:
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"