summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2018-07-05 15:09:14 -0400
committerMike Blumenkrantz <zmike@samsung.com>2018-07-05 15:09:14 -0400
commit7b4ff708dc4063731829cc919e056fdc431d6de1 (patch)
tree745258137143417e3590f9e6acbf3fa10738ec18
parentba1ab472943630c8bbcdf68641ddafe8e6f10742 (diff)
downloadefl-7b4ff708dc4063731829cc919e056fdc431d6de1.tar.gz
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 fc88037977dcc39dfd6d817c522cce01f5bfa024. Reviewers: devilhorns, ManMower Reviewed By: ManMower Subscribers: ManMower, cedric, #committers, zmike Tags: #efl Differential Revision: https://phab.enlightenment.org/D6506
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 14b940024d..bddec7c218 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"