From: Aki Tuomi Date: Fri, 11 Jan 2019 07:37:42 +0000 (+0200) Subject: m4: Remove stray comma from want_lua.m4 X-Git-Tag: 2.3.9~952 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fae1b38e9000fcf614b0acce65116ebfb7d3ce7;p=thirdparty%2Fdovecot%2Fcore.git m4: Remove stray comma from want_lua.m4 --- 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]) ])