From e7458b0ad3c01b4498b5157465ddc20462eb346f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20W=C3=A1gner?= Date: Thu, 13 Aug 2015 12:34:25 +0200 Subject: [PATCH] configure: typo in include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Wágner Reviewed-by: Jan Friesse --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 922b4396..955bc158 100644 --- a/configure.ac +++ b/configure.ac @@ -78,7 +78,7 @@ if ! ${MAKE-make} --version /cannot/make/this >/dev/null 2>&1; then AC_MSG_ERROR([you don't seem to have GNU make; it is required]) fi -sinclude(coroysync-default.m4) +sinclude(corosync-default.m4) AC_PROG_CC AC_PROG_CXX