<p>Friendly Automation <strong>submitted</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/15088">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Friendly Automation: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BuildSystem: Enable Lua 5.4.<br><br>Note to maintainers: Lua 5.4, Lua 5.3, and Lua 5.2 have not been tested<br>at runtime with pbx_lua. Until then, use the lowest available version<br>of Lua, if you enabled the module pbx_lua at all.<br><br>Change-Id: Ie5270448b11fcb4e2a53d899e4fe7fea793ce7e0<br>---<br>M configure<br>M configure.ac<br>2 files changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configure b/configure</span><br><span>index 273cd86..2cb9b4a 100755</span><br><span>--- a/configure</span><br><span>+++ b/configure</span><br><span>@@ -29283,7 +29283,7 @@</span><br><span> </span><br><span> </span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-for ver in 5.3 5.2 5.1; do</span><br><span style="color: hsl(120, 100%, 40%);">+for ver in 5.4 5.3 5.2 5.1; do</span><br><span> </span><br><span> if test "x${PBX_LUA}" != "x1" -a "${USE_LUA}" != "no"; then</span><br><span>    pbxlibdir=""</span><br><span>diff --git a/configure.ac b/configure.ac</span><br><span>index 2c3af3b..29afc83 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -2524,7 +2524,7 @@</span><br><span> fi</span><br><span> AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include])</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-for ver in 5.3 5.2 5.1; do</span><br><span style="color: hsl(120, 100%, 40%);">+for ver in 5.4 5.3 5.2 5.1; do</span><br><span>         AST_EXT_LIB_CHECK([LUA], lua${ver}, [luaL_newstate], lua${ver}/lua.h, [-lm])</span><br><span>         if test "x${PBX_LUA}" = "x1" ; then</span><br><span>              if test x"${LUA_DIR}" = x; then</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/15088">change 15088</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/15088"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-Change-Id: Ie5270448b11fcb4e2a53d899e4fe7fea793ce7e0 </div>
<div style="display:none"> Gerrit-Change-Number: 15088 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>