]> granicus.if.org Git - php/commitdiff
MFB: Enable by default and fix compile error
authorScott MacVicar <scottmac@php.net>
Thu, 31 Jul 2008 22:25:18 +0000 (22:25 +0000)
committerScott MacVicar <scottmac@php.net>
Thu, 31 Jul 2008 22:25:18 +0000 (22:25 +0000)
ext/sqlite3/config.m4
ext/sqlite3/config0.m4
ext/sqlite3/php_sqlite3.h

index f13566d33b9ac6c3052c989e7baca620a9397089..6a43b425855220d41d6689bdc14f5d41b4d300b2 100644 (file)
@@ -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=""
index f13566d33b9ac6c3052c989e7baca620a9397089..6a43b425855220d41d6689bdc14f5d41b4d300b2 100644 (file)
@@ -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=""
index be1a2fcffa800179fbb05a10e4af93c1d24b05a3..4ed9ba96cd4df04476438b1f95e3d4bdacc8d316 100644 (file)
@@ -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"