s/$LUAPC/lua/ as LUAPC was not defined and lua sounds like

a sensible value. This was also breaking make dist.
This commit is contained in:
yabause 2009-11-18 22:04:40 +00:00
parent 6f83e98aaf
commit ad8e19a9d0
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,