]> granicus.if.org Git - php/commitdiff
Proper configure switch for sqlite.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 29 Jan 2004 17:21:16 +0000 (17:21 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 29 Jan 2004 17:21:16 +0000 (17:21 +0000)
ext/sqlite/config.m4

index 955615220e9b7b1980a773d73ad09e111b12ffdb..8dc879676a09d1e74b1828de457daa3dd581f292 100644 (file)
@@ -6,7 +6,10 @@ PHP_ARG_ENABLE(sqlite-utf8, whether to enable UTF-8 support in sqlite (default:
 [  --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