diff options
author | foobar <sniper@php.net> | 2005-05-29 23:17:16 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-05-29 23:17:16 +0000 |
commit | a20383ba06c911615b8e95387fd3b016670f4ae8 (patch) | |
tree | 4b378fb473588105450c75e73574b62f62fcffba /ext/dba | |
parent | d12196e57555ade57bd1ba90d00c6508a95fa2f7 (diff) | |
download | php-git-a20383ba06c911615b8e95387fd3b016670f4ae8.tar.gz |
- Unify the "configure --help" texts
Diffstat (limited to 'ext/dba')
-rw-r--r-- | ext/dba/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index 2590a14e55..a47f32bbf7 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -505,7 +505,7 @@ AC_DEFUN([PHP_DBA_BUILTIN_INI],[ ]) AC_ARG_WITH(inifile, -[ --with-inifile DBA: Include INI support],[ +[ --with-inifile DBA: Include INI support],[ if test "$withval" != "no"; then PHP_DBA_BUILTIN_INI fi @@ -526,7 +526,7 @@ dnl dnl FlatFile check must be the last one. dnl AC_ARG_WITH(flatfile, -[ --with-flatfile DBA: Include FlatFile support],[ +[ --with-flatfile DBA: Include FlatFile support],[ if test "$withval" != "no"; then PHP_DBA_BUILTIN_FLATFILE fi |