From 529bfe813f6e00ce7e3c09f75ec55f240c83d3ca Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 22 Jul 2011 17:33:04 +0200 Subject: Include messages regarding trusted test database user in automake messages --- m4/pgsql.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4') 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= -- cgit v1.1