configure: drop dynamically linked liblua comment

Callisto uses modified versions of the Lua standard libraries,
therefore using a dynamically linked liblua is impossible.
This commit is contained in:
Jeremy Baxter 2024-03-25 09:46:25 +13:00
parent b7ea19b167
commit 821b717583

3
configure vendored
View file

@ -10,8 +10,7 @@ cflags='-std=c99'
cppflags='' cppflags=''
ext_cppflags='-DLUA_USE_POSIX -DLUA_USE_DLOPEN' ext_cppflags='-DLUA_USE_POSIX -DLUA_USE_DLOPEN'
ldflags='-lm -Wl,-E' ldflags='-lm -Wl,-E'
# optional libraries to build with support for; a dynamically # optional libraries to build with support for
# linked Lua 5.4 library may be supported here later
optlibs='readline' optlibs='readline'
withlibs='' withlibs=''