From cd9854ed70a76c4a775779ad5dc3e567aebaef8c Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 16 Sep 2021 05:23:07 +0300 Subject: [PATCH 32/32] features.m4: Suggest installing lua-5.4, not 5.3, when it's not available See osdn #42864 Signed-off-by: Marko Lindqvist --- m4/features.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/features.m4 b/m4/features.m4 index 7c0b5e5dba..b34ba8e6a6 100644 --- a/m4/features.m4 +++ b/m4/features.m4 @@ -26,7 +26,7 @@ if test "x$list_missing_features" = "xyes" ; then FC_FEATURE([bz2 savegame compression], [$feature_bz2], [libbz2]) FC_FEATURE([xz savegame compression], [$feature_xz], [liblzma]) FC_FEATURE([threads suitable for threaded ai], [$feature_thr_cond], [pthreads]) - FC_FEATURE([lua linked from system], [$feature_syslua], [lua-5.3]) + FC_FEATURE([lua linked from system], [$feature_syslua], [lua-5.4]) FC_FEATURE([tolua command from system], [$feature_systolua_cmd], [tolua]) FC_FEATURE([Ruleset Editor], [$feature_ruledit], [Qt5 development packages]) -- 2.33.0