aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-22 17:28:31 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-22 17:28:31 +0200
commit2d3eaea64ddeae9c550e4b84c0faa74c9dde22b7 (patch)
tree07df30a96fde026c1c31557bbbf0bdc97631eb05 /m4
parent5444c6e9632ffc4233589c633eac756d0a49759a (diff)
Correct typo
Diffstat (limited to 'm4')
-rw-r--r--m4/pgsql.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/pgsql.m4 b/m4/pgsql.m4
index 0646fec..2a488ec 100644
--- a/m4/pgsql.m4
+++ b/m4/pgsql.m4
@@ -30,7 +30,7 @@ AC_ARG_WITH(
$pgsql_client --version 2>/dev/null 1>&2
if test x"$?" = x0; then
- AC_MSG_RESULT([$psql_client])
+ AC_MSG_RESULT([$pgsql_client])
else
AC_MSG_RESULT([no])
AC_MSG_ERROR([pgsql client is not found; consider using --with-pgsql-client=PATH])