mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Error
- Forgot to uncomment the lua line. Oops.
This commit is contained in:
parent
d9bd9c3532
commit
367c32c050
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue