diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 17:30:40 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 17:30:40 +0200 |
commit | 7ce4326acc1580f5d02ef5c54656364aa50b3494 (patch) | |
tree | 49648a5f29a6e138a5cdfe09cf3bdaa2ecc54e32 /m4 | |
parent | 2d3eaea64ddeae9c550e4b84c0faa74c9dde22b7 (diff) |
Include messages regarding trusted test database user in automake messages
Diffstat (limited to 'm4')
-rw-r--r-- | m4/pgsql.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/pgsql.m4 b/m4/pgsql.m4 index 2a488ec..b050ce1 100644 --- a/m4/pgsql.m4 +++ b/m4/pgsql.m4 @@ -41,7 +41,7 @@ fi AC_MSG_CHECKING([for pgsql database user]) AC_ARG_WITH( [pgsql-user], - [AC_HELP_STRING([--with-pgsql-user=login], [PostgreSQL database user (odb_test by default)])], + [AC_HELP_STRING([--with-pgsql-user=login], [PostgreSQL database user (odb_test by default). The user must be able to login without specifying a password.])], [case $withval in yes) pgsql_user=odb_test @@ -97,7 +97,7 @@ fi AC_MSG_CHECKING([for pgsql database host]) AC_ARG_WITH( [pgsql-host], - [AC_HELP_STRING([--with-pgsql-host=host], [PostgreSQL database host (standard PostgreSQL host by default)])], + [AC_HELP_STRING([--with-pgsql-host=host], [PostgreSQL database host (localhost by default)])], [case $withval in yes) pgsql_host= |