bjori Thu Jul 31 22:30:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3 config.m4 Log: Which means do not include.., thanks Jani :) http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/config.m4?r1=1.1.2.7&r2=1.1.2.8&diff_format=u Index: php-src/ext/sqlite3/config.m4 diff -u php-src/ext/sqlite3/config.m4:1.1.2.7 php-src/ext/sqlite3/config.m4:1.1.2.8 --- php-src/ext/sqlite3/config.m4:1.1.2.7 Thu Jul 31 22:28:51 2008 +++ php-src/ext/sqlite3/config.m4 Thu Jul 31 22:30:25 2008 @@ -1,9 +1,9 @@ -dnl $Id: config.m4,v 1.1.2.7 2008/07/31 22:28:51 bjori Exp $ +dnl $Id: config.m4,v 1.1.2.8 2008/07/31 22:30:25 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, -[ --without-sqlite3[=DIR] Include SQLite3 support. DIR is the prefix to +[ --without-sqlite3[=DIR] Do not 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