From 469ea4f5c7a23ac89965bca8139e17d7bd26b9f0 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Fri, 24 Jul 2020 21:56:08 -0400 Subject: fix spelling mistakes --- m4/ax_lib_postgresql.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/ax_lib_postgresql.m4') diff --git a/m4/ax_lib_postgresql.m4 b/m4/ax_lib_postgresql.m4 index 11b6991f..9eb43164 100644 --- a/m4/ax_lib_postgresql.m4 +++ b/m4/ax_lib_postgresql.m4 @@ -80,7 +80,7 @@ AC_DEFUN([AX_LIB_POSTGRESQL], fi if test ! -x "$PG_CONFIG"; then - dnl AC_MSG_ERROR([$PG_CONFIG does not exist or it is not an exectuable file]) + dnl AC_MSG_ERROR([$PG_CONFIG does not exist or it is not an executable file]) PG_CONFIG="no" found_postgresql="no" fi -- cgit v1.2.3