elua: disable this for now

Summary:
the files that are generated are calling files that dont exist anymore.
This cannot work and is only eating time when building, disable this for
now. It can be reenabled late.
The api missing was removed in fc88037977.

Reviewers: devilhorns, ManMower

Reviewed By: ManMower

Subscribers: ManMower, cedric, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6506
This commit is contained in:
Marcel Hollerbach 2018-07-05 15:09:14 -04:00 committed by Mike Blumenkrantz
parent ba1ab47294
commit 7b4ff708dc
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="yes"])
[want_elua="no"])
have_elua="yes"
if test "${want_lua_old}" = "yes" -o "x$want_elua" = "xno"; then
have_elua="no"