Merged 3077

This commit is contained in:
yabause 2009-11-18 22:09:33 +00:00
parent 7ebca54b45
commit d640b75931
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ AC_PROVIDE_IFELSE([PKG_PROG_PKG_CONFIG], [
# Need check for both lua and lua5.1 to run on debian, see mysql bug #29945
PKG_CHECK_MODULES(LUA,
$LUAPC >= 5.1,
lua >= 5.1,
HAVE_LUA=yes,
HAVE_LUA=no)
PKG_CHECK_MODULES(LUA,