diff --git a/configure.ac b/configure.ac index 29c9ba1aace4f5659f64c9058a1dd3ad2c703b04..f783e90c4d81488e047abc03f6adef28ed6153c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1547,7 +1547,7 @@ then AC_MSG_ERROR([Could not find the LUA byte compiler.]) ]) AS_IF([test -d "${CONTRIB_DIR}" -a -f "${CONTRIB_DIR}/lib/liblua.a" -a `echo|${LUAC} -o - -|od -j 8 -N 2 -t x2|head -n 1|tr -s ' '|cut -d' ' -f2` != 0404], [ - AC_MSG_ERROR([You need 32-bits luac when using using lua from contrib.]) + AC_MSG_ERROR([You need 32-bits luac when using lua from contrib.]) ]) fi AM_CONDITIONAL(BUILD_LUA, [test "${have_lua}" = "yes"])