]> granicus.if.org Git - apache/commit
Merge r1785752, r1785753 from trunk:
authorJacob Champion <jchampion@apache.org>
Tue, 7 Mar 2017 19:28:53 +0000 (19:28 +0000)
committerJacob Champion <jchampion@apache.org>
Tue, 7 Mar 2017 19:28:53 +0000 (19:28 +0000)
commitdb5f95e4fece9580eb8220b126b8ee192c6de7eb
treec04dee64889fde7b77b5914ff4d72c597b56b1a3
parent475cc7d740de26c9a3cee47ec532e727f6e4ce72
Merge r1785752, r1785753 from trunk:

configure: remove mod_lua code duplication

Pull identical code into the CHECK_LUA_PATH macro.

configure: check for luaL_register in liblua

This is a temporary workaround for a missing compatibility API on
Debian-like systems (and anyone else who doesn't compile with
LUA_COMPAT_MODULE). Ignore any such libraries so we don't fail
confusingly later.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1785875 13f79535-47bb-0310-9956-ffa450edef68
modules/lua/config.m4