summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/ChangeLog2
-rw-r--r--Build/source/texk/web2c/ac/web2c.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 9e8ccb1162e..fdb68d354dd 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,7 +1,7 @@
2019-03-11 Karl Berry <karl@tug.org>
* ac/web2c.ac (kpse_tex_progs) <luatex53>: remove.
- <luatex>: depend on lua53, not lua52.
+ <luatex>, <mflua>: depend on lua53, not lua52.
2019-01-19 Andreas Scherer <https://ascherer.github.io>
diff --git a/Build/source/texk/web2c/ac/web2c.ac b/Build/source/texk/web2c/ac/web2c.ac
index 51736c78e5f..f18c21b26fe 100644
--- a/Build/source/texk/web2c/ac/web2c.ac
+++ b/Build/source/texk/web2c/ac/web2c.ac
@@ -51,7 +51,7 @@ m4_foreach([Kpse_Prog], [kpse_tex_progs],
dnl [PROG, BUILD-OR-NO, NOWIN-OR-NO, TEXT, REQUIRED-LIBS]
m4_define([kpse_mf_progs], [dnl
[[mf], [yes], [yes], [METAFONT], []],
-[[mflua], [yes], [no], [MFLua], [lua52]],
+[[mflua], [yes], [no], [MFLua], [lua53]],
[[mfluajit], [yes], [no], [MFLuaJIT], [luajit]],
])[]dnl
m4_foreach([Kpse_Prog], [kpse_mf_progs],