diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 17:32:56 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 17:32:56 +0200 |
commit | 7f782f4524c368cd5b21ccb12a03a5d965c66919 (patch) | |
tree | 61dc8a5658c2195e81faea7239454c50a38d2063 /m4/pgsql.m4 | |
parent | 2a92891171152a61767cb4779f0b7335e370cec1 (diff) |
Correct typo
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 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]) |