diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 08:39:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 08:39:48 +0200 |
commit | f06485aab7bb076a2e5a35db50920377de1dc1b9 (patch) | |
tree | 88b903e6e0af5bb68e00f75d015449ba4fdb7026 | |
parent | e0578cc58a77223ba15f9582c026b84235f4843b (diff) |
Minor documentation fix
-rw-r--r-- | m4/pgsql.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/pgsql.m4 b/m4/pgsql.m4 index 29d7433..0ee4a4c 100644 --- a/m4/pgsql.m4 +++ b/m4/pgsql.m4 @@ -96,7 +96,7 @@ fi AC_MSG_CHECKING([for pgsql database host]) AC_ARG_WITH( [pgsql-host], - [AC_HELP_STRING([--with-pgsql-host=HOST], [PostgreSQL database host (localhost by default)])], + [AC_HELP_STRING([--with-pgsql-host=HOST], [PostgreSQL database host (local host by default)])], [case $withval in yes) pgsql_host= |