enable lua on server only (from pkgsrc-wip)
This commit is contained in:
parent
e9cf30c440
commit
302d6a238d
1 changed files with 4 additions and 0 deletions
|
|
@ -820,7 +820,11 @@ AC_ARG_WITH(external-lua,
|
|||
fi
|
||||
],
|
||||
[
|
||||
if test "x$enable_server" = "xyes"; then
|
||||
with_internal_lua=yes
|
||||
else
|
||||
with_internal_lua=no
|
||||
fi
|
||||
]
|
||||
)
|
||||
AM_CONDITIONAL(SJ3_INTERNAL_LUA, test x$with_internal_lua = xyes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue