iliaa Thu Jan 29 12:21:17 2004 EDT
Modified files:
/php-src/ext/sqlite config.m4
Log:
Proper configure switch for sqlite.
http://cvs.php.net/diff.php/php-src/ext/sqlite/config.m4?r1=1.23&r2=1.24&ty=u
Index: php-src/ext/sqlite/config.m4
diff -u php-src/ext/sqlite/config.m4:1.23 php-src/ext/sqlite/config.m4:1.24
--- php-src/ext/sqlite/config.m4:1.23 Sat Jan 10 21:07:46 2004
+++ php-src/ext/sqlite/config.m4 Thu Jan 29 12:21:16 2004
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.23 2004/01/11 02:07:46 hirokawa Exp $
+dnl $Id: config.m4,v 1.24 2004/01/29 17:21:16 iliaa Exp $
dnl config.m4 for extension sqlite
dnl vim:et:ts=2:sw=2
@@ -6,7 +6,10 @@
[ --enable-sqlite-utf8 Enable UTF-8 support for SQLite], no, no)
PHP_ARG_WITH(sqlite, for sqlite support,
-[ --with-sqlite Include sqlite support], yes)
+[ --without-sqlite Do not include sqlite support.
+ Use --with-sqlite=DIR to specify DIR where
+ Sqlite include and library files are located,
+ if not using bundled library.], yes)
if test "$PHP_SQLITE" != "no"; then
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php