]> granicus.if.org Git - php/commitdiff
enable sqlite by default
authorSterling Hughes <sterling@php.net>
Wed, 25 Jun 2003 00:18:01 +0000 (00:18 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 25 Jun 2003 00:18:01 +0000 (00:18 +0000)
ext/sqlite/config.m4

index bdcf84ad2d1dcbc14ce1f6f18dcd10f6dffeccb8..5cdc859f799646fe74e1a93c0dce3e1ded865b61 100644 (file)
@@ -3,7 +3,7 @@ dnl config.m4 for extension sqlite
 dnl vim:et:ts=2:sw=2
 
 PHP_ARG_WITH(sqlite, for sqlite support,
-[  --with-sqlite           Include sqlite support])
+[  --with-sqlite           Include sqlite support], yes)
 
 if test "$PHP_SQLITE" != "no"; then