aboutsummaryrefslogtreecommitdiff
path: root/m4/database.m4
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-30 08:33:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-30 08:33:25 +0200
commit26315ea5ab491aa8ab83de7674c308c871b8f79b (patch)
treefbe4c9859bf4f400a52edd00c91ff17067ba2d5f /m4/database.m4
parent1b719c832cd664884183af698b1f2d6075579cd2 (diff)
Cosmetic automake changes
Diffstat (limited to 'm4/database.m4')
-rw-r--r--m4/database.m42
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)