diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-30 08:33:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-30 08:33:25 +0200 |
commit | cb40945791f1397563be0cf5e0f650eabc48212c (patch) | |
tree | f0621bb6c558914a1d17f611e16d4c36c660ed72 /m4/database.m4 | |
parent | e1f1d473091e2a33e9a18942dfb1416a27019e0f (diff) |
Cosmetic automake changes
Diffstat (limited to 'm4/database.m4')
-rw-r--r-- | m4/database.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/database.m4 b/m4/database.m4 index 5f5a03e..a2d72eb 100644 --- a/m4/database.m4 +++ b/m4/database.m4 @@ -12,7 +12,7 @@ AC_MSG_CHECKING([for database to use]) AC_ARG_WITH( [database], - [AC_HELP_STRING([--with-database=db], + [AC_HELP_STRING([--with-database=DB], [database to use for tests; valid values are: 'mysql', 'sqlite', 'pgsql', and 'oracle'])], [case $withval in no | yes) |