summaryrefslogtreecommitdiff
path: root/modules/lua/config.m4
Commit message (Expand)AuthorAgeFilesLines
* improve Lua 5.4 handlingGiovanni Bechis2020-08-101-3/+7
* Support building against Lua 5.4 by adjusting to the 3-arg form ofJoe Orton2020-08-071-3/+3
* * modules/lua/config.m4 (CHECK_LUA): Support Debian-styleJoe Orton2018-03-081-7/+12
* * modules/lua/config.m4: Use liblua paths from pkg-config ifJoe Orton2018-02-231-4/+12
* * modules/lua/config.m4: Link mod_lua against -lcrypt if available,Joe Orton2018-01-261-1/+1
* Mostly revert the configure compat check forRainer Jung2017-07-041-33/+5
* configure: check for luaL_register in libluaJacob Champion2017-03-061-6/+37
* configure: remove mod_lua code duplicationJacob Champion2017-03-061-200/+43
* Look for specific versioned installs of Lua 5.3Jim Jagielski2017-03-021-24/+83
* Turn 5.1/5.2 order upside down, simplify. This should also (AFAIK) work with ...Daniel Gruno2015-10-031-77/+51
* accept both 5.1 and 5.2, so make messages clearJim Jagielski2015-09-171-5/+5
* Add in finding LUA installed via Macports and othersJim Jagielski2015-09-161-0/+43
* mod_lua: Also check for 5.2 headers/libraries, we support both 5.1 and 5.2 no...Daniel Gruno2014-01-211-1/+41
* Follow-up to r1488773 for configure builds.Guenter Knauf2013-06-041-1/+1
* Add database features for mod_lua (apr_dbd + mod_dbd).Daniel Gruno2013-01-081-1/+1
* configure: Fix processing of --disable-FEATURE for various features.Jeff Trawick2012-10-121-3/+6
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-2/+2
* revert r1385214, as I inadvertently left out acinclude.m4.Kaspar Brand2012-09-161-2/+2
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-2/+2
* enable mod_lua at level 'all' if the dependencies are presentStefan Fritsch2011-07-241-3/+5
* Allow to specify module specific custom linker flagsRainer Jung2011-07-051-2/+2
* Tolerate dependency checking failures in configureRainer Jung2011-07-051-2/+9
* Respect platform specific runpath linker flagRainer Jung2011-07-041-0/+9
* Fix configure error when configuring module set "reallyall".Rainer Jung2011-05-121-1/+1
* Use "=" instead of "==" in test condition forRainer Jung2009-12-081-1/+1
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* Add . 'default' test first before searching paths, to determine if theWilliam A. Rowe Jr2009-05-081-16/+37
* Use LDADD mechanism to only link mod_serf resp.Rainer Jung2009-01-031-1/+1
* Use APACHE_HELP_STRING() for --enable-luajit in configureRainer Jung2009-01-021-1/+3
* Hack to add basic support for LuaJIT.Paul Querna2008-12-221-0/+1
* Rename all files in mod_lua to have a lua_ prefix, as things like 'config.h' ...Paul Querna2008-12-211-1/+1
* Rename mod_wombat -> mod_lua.Paul Querna2008-12-211-0/+104