Revert "Prefer newer Lua versions"

The original version was OK, obviously.

svn path=/trunk/; revision=52141
This commit is contained in:
Balint Reczey 2013-09-18 21:51:45 +00:00
parent 3db47e653e
commit d353e38a41
1 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ AC_DEFUN([AC_WIRESHARK_LIBLUA_CHECK],[
# and we just add "-llua -lliblua" to the used libs.
#
AC_MSG_CHECKING(Lua version)
for i in 5.2 5.1 5.0
for i in 5.0 5.1 5.2
do
[[ -d "/usr/include/lua$i" ]] && lua_ver=$i
done