diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 08:39:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-15 08:39:47 +0200 |
commit | 4a74a7088f97baa018b8e3d688a46f60f65662f9 (patch) | |
tree | 6bbacaee05cba061dec35a42d18f3b6668e2a0a9 /m4/pgsql.m4 | |
parent | 90ec73d94247b1a03716d9ae1d955c821884cbe8 (diff) |
Minor documentation fix
Diffstat (limited to 'm4/pgsql.m4')
-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= |