summaryrefslogtreecommitdiff
path: root/ext/dba
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-08-06 11:06:09 -0700
committerChristopher Jones <sixd@php.net>2013-08-06 11:06:09 -0700
commitc6d977dd395262c5c8d9091519a41aebe6f40db9 (patch)
tree39bf5036d1bd84bfeb544436e297b05759dd9462 /ext/dba
parent930183f9611560b831ebcb454aae8ee9a40294dc (diff)
downloadphp-git-c6d977dd395262c5c8d9091519a41aebe6f40db9.tar.gz
Fix long-standing visual pain point: the misalignment of './configure help' text.
Whitespace changes and a couple of grammar fixes.
Diffstat (limited to 'ext/dba')
-rw-r--r--ext/dba/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/config.m4 b/ext/dba/config.m4
index 4b123518b4..5442bb1415 100644
--- a/ext/dba/config.m4
+++ b/ext/dba/config.m4
@@ -557,10 +557,10 @@ PHP_ARG_WITH(cdb,,
[ --without-cdb[=DIR] DBA: CDB support (bundled)], $php_dba_enable, no)
PHP_ARG_ENABLE(inifile,,
-[ --disable-inifile DBA: INI support (bundled)], $php_dba_enable, no)
+[ --disable-inifile DBA: INI support (bundled)], $php_dba_enable, no)
PHP_ARG_ENABLE(flatfile,,
-[ --disable-flatfile DBA: FlatFile support (bundled)], $php_dba_enable, no)
+[ --disable-flatfile DBA: FlatFile support (bundled)], $php_dba_enable, no)
# CDB
if test "$PHP_CDB" = "yes"; then