bjori Thu Jul 31 22:28:51 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/sqlite3 config.m4
Log:
Say without, since its enabled by default
http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/config.m4?r1=1.1.2.6&r2=1.1.2.7&diff_format=u
Index: php-src/ext/sqlite3/config.m4
diff -u php-src/ext/sqlite3/config.m4:1.1.2.6
php-src/ext/sqlite3/config.m4:1.1.2.7
--- php-src/ext/sqlite3/config.m4:1.1.2.6 Thu Jul 31 22:24:05 2008
+++ php-src/ext/sqlite3/config.m4 Thu Jul 31 22:28:51 2008
@@ -1,9 +1,9 @@
-dnl $Id: config.m4,v 1.1.2.6 2008/07/31 22:24:05 scottmac Exp $
+dnl $Id: config.m4,v 1.1.2.7 2008/07/31 22:28:51 bjori Exp $
dnl config.m4 for extension sqlite3
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
+[ --without-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to
SQLite3 installation directory.], yes)
if test $PHP_SQLITE3 != "no"; then
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php