diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-25 08:43:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-25 08:43:36 +0200 |
commit | cf9075cb45b67c8c8c5075a089fc0bf12c7215c9 (patch) | |
tree | be1e31f397de6f7b0e8137170e1c0cd4791a1caf /m4/database.m4 | |
parent | d96a16459bd00bcb48ce10f7d5e7352b9c786908 (diff) |
Add missing pgsql value
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 476ec19..968f764 100644 --- a/m4/database.m4 +++ b/m4/database.m4 @@ -13,7 +13,7 @@ AC_MSG_CHECKING([for database to use]) AC_ARG_WITH( [database], [AC_HELP_STRING([--with-database=db], - [database to use for tests; valid values are: 'mysql', 'sqlite'])], + [database to use for tests; valid values are: 'mysql', 'sqlite', and 'pgsql'])], [case $withval in no | yes) AC_MSG_RESULT([]) |