summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2018-07-06 12:14:58 +0200
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>2018-07-12 11:34:47 +0900
commit5c8da2d0b1b700c6ba15ad0535cff35899cbcfd0 (patch)
tree4b7a5762c51e6e590f6e007aab0d31cbc0a35fcc
parente06c50fffc59d436db696266b32f5d0667c7e426 (diff)
downloadefl-5c8da2d0b1b700c6ba15ad0535cff35899cbcfd0.tar.gz
Revert "elua: disable this for now"
This reverts commit 7b4ff708dc4063731829cc919e056fdc431d6de1. 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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bddec7c218..14b940024d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"