Add searching for lua in /usr/lib{64|32}.

Do not default to using -Werror (warnings are errors).
This commit is contained in:
brectanus
2008-02-27 23:18:03 +00:00
parent 59a7f65285
commit 1e991d6fcd
5 changed files with 44 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
27 Feb 2008 - 2.5.1-rc1
-----------------------
* Now search /usr/lib64 and /usr/lib32 for lua libs.
* No longer treat warnings as errors by default (use --enable-strict-compile).
19 Feb 2008 - 2.5.0
-------------------