From 2d3eaea64ddeae9c550e4b84c0faa74c9dde22b7 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 22 Jul 2011 17:28:31 +0200 Subject: Correct typo --- m4/pgsql.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') 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]) -- cgit v1.1