From 9fae1b38e9000fcf614b0acce65116ebfb7d3ce7 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Fri, 11 Jan 2019 09:37:42 +0200 Subject: [PATCH] m4: Remove stray comma from want_lua.m4 --- m4/want_lua.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/want_lua.m4 b/m4/want_lua.m4 index a4c9375a9c..38f194841b 100644 --- a/m4/want_lua.m4 +++ b/m4/want_lua.m4 @@ -25,7 +25,7 @@ AC_DEFUN([DOVECOT_WANT_LUA],[ AS_IF([test "x$with_lua" = "xyes"], [ AC_MSG_CHECKING([for chosen LUA]) AS_IF([test "x$LUAPC" = "x"], [ - AC_MSG_ERROR([cannot find lua]), + AC_MSG_ERROR([cannot find lua]) ],[ AC_MSG_RESULT([$LUAPC]) ])