Revert "elua: disable this for now"

This reverts commit 7b4ff708dc.

This had a side effect of breaking the distcheck build (which I need for
the upcoming alpha today). I talked to Marcel and we agreed on reverting
this for now and come back with a fully working patch afterwards.
This commit is contained in:
Stefan Schmidt 2018-07-06 12:14:58 +02:00
parent bd3298dead
commit 5ec9bed8cb
1 changed files with 1 additions and 1 deletions

View File

@ -5189,7 +5189,7 @@ AC_ARG_ENABLE([elua],
want_elua="no"
fi
],
[want_elua="no"])
[want_elua="yes"])
have_elua="yes"
if test "${want_lua_old}" = "yes" -o "x$want_elua" = "xno"; then
have_elua="no"