- Forgot to uncomment the lua line.  Oops.
This commit is contained in:
Paul Beckingham 2010-12-24 00:29:09 -05:00
parent d9bd9c3532
commit 367c32c050

View file

@ -123,7 +123,7 @@ if test "x$with_lua" = "xyes" ; then
LDFLAGS="$LDFLAGS -L$lua_lib"
fi
# AC_CHECK_LIB([lua],[main])
AC_CHECK_LIB([lua],[main])
# The following code should replace the one line above, but is not working.
# Anyone know why?