]> granicus.if.org Git - php/commitdiff
MFB5.3: "without" and "do not include"
authorHannes Magnusson <bjori@php.net>
Thu, 31 Jul 2008 22:32:46 +0000 (22:32 +0000)
committerHannes Magnusson <bjori@php.net>
Thu, 31 Jul 2008 22:32:46 +0000 (22:32 +0000)
ext/sqlite3/config.m4
ext/sqlite3/config0.m4

index 6a43b425855220d41d6689bdc14f5d41b4d300b2..2ca2656aa119353acbe13eccb1f1086ebbb1f210 100644 (file)
@@ -3,7 +3,7 @@ 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] Do not include SQLite3 support. DIR is the prefix to
                           SQLite3 installation directory.], yes)
 
 if test $PHP_SQLITE3 != "no"; then
index 6a43b425855220d41d6689bdc14f5d41b4d300b2..2ca2656aa119353acbe13eccb1f1086ebbb1f210 100644 (file)
@@ -3,7 +3,7 @@ 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] Do not include SQLite3 support. DIR is the prefix to
                           SQLite3 installation directory.], yes)
 
 if test $PHP_SQLITE3 != "no"; then