commit | c21adb5b00646a7bab812d07971ac3b9c6565eb1 | [log] [tgz] |
---|---|---|
author | Cyril Bonté <cyril.bonte@free.fr> | Tue Mar 03 23:13:03 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 04 10:11:57 2015 +0100 |
tree | c743fe92235e624a587ea82bcf369a82396332b1 | |
parent | 84bb49328d78be405a51b9f5b3fa8486fc485239 [diff] |
BUILD: try to automatically detect the Lua library name Depending on the distribution, the Lua library can have different names. Some distributions will require -llua5.2, others -llua52, and other systems may require -llua. Now, the Makefile will try to guess the library name, in order of priority : "lua5.2", "lua52", or "lua".