configure: fix LUA test.

Bug discovered by Simon. See #3921.
The logics of the whole test for binding interpreters may still change
(or even disappear), but for now, at least make it work as expected.
This commit is contained in:
Jehan 2019-09-12 12:57:52 +02:00
parent f0a8a5b67b
commit 2791328e41
1 changed files with 1 additions and 1 deletions

View File

@ -2390,7 +2390,7 @@ WARNING: luajit not found.
else
with_lua="yes"
AC_CHECK_PROGS(LUA, luajit, no)
if test "x$GJS" = xno; then
if test "x$LUA" = xno; then
required_deps="$required_deps
- luajit not found.
*** Please install the Lua interpreter luajit.