@xiota commented on this pull request.
> ) + AC_MSG_CHECKING([for Lua version]) + LUA_VERSION=`$PKG_CONFIG --modversion $LUA_PKG_NAME 2>/dev/null` + + if test -n "$LUA_VERSION"; then + AC_MSG_RESULT([$LUA_VERSION]) + case "$LUA_VERSION" in + 5.1*|5.2*|5.3*) + AC_MSG_WARN([Lua version $LUA_VERSION is EOL. Consider upgrading.]) Okay... removed message. Force pushing to combine and remove unnecessary commits. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1238#discussion_r2187535009 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1238/review/[email protected]>
