From 5ec9bed8cb06004b2bb5e508dcb6132002b8cb4a Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 6 Jul 2018 12:14:58 +0200 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"