Skip to content

Commit

Permalink
m4: Remove stray comma from want_lua.m4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Jan 11, 2019
1 parent b2dca7c commit 9fae1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/want_lua.m4
Expand Up @@ -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])
])
Expand Down

0 comments on commit 9fae1b3

Please sign in to comment.