From 821b7175837517f4ac8acdc0b347421835c2cd51 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 25 Mar 2024 09:46:25 +1300 Subject: [PATCH] configure: drop dynamically linked liblua comment Callisto uses modified versions of the Lua standard libraries, therefore using a dynamically linked liblua is impossible. --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 24fae95..75a98f3 100755 --- a/configure +++ b/configure @@ -10,8 +10,7 @@ cflags='-std=c99' cppflags='' ext_cppflags='-DLUA_USE_POSIX -DLUA_USE_DLOPEN' ldflags='-lm -Wl,-E' -# optional libraries to build with support for; a dynamically -# linked Lua 5.4 library may be supported here later +# optional libraries to build with support for optlibs='readline' withlibs=''