diff options
Diffstat (limited to 'Build/source/m4/kpse-lua52-flags.m4')
-rw-r--r-- | Build/source/m4/kpse-lua52-flags.m4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/m4/kpse-lua52-flags.m4 b/Build/source/m4/kpse-lua52-flags.m4 index 5e1d40466ff..ff10b340253 100644 --- a/Build/source/m4/kpse-lua52-flags.m4 +++ b/Build/source/m4/kpse-lua52-flags.m4 @@ -7,9 +7,8 @@ # KPSE_LUA52_FLAGS # ---------------- -# Set the make variables LUA52_INCLUDES and LUA52_LIBS to -# the CPPFLAGS and LIBS required for the `-llua52' library in -# libs/lua52/ of the TL tree. +# Set the make variables LUA52_INCLUDES and LUA52_LIBS to the CPPFLAGS and +# LIBS required for the `-llua52' library in libs/lua52/ of the TL tree. AC_DEFUN([KPSE_LUA52_FLAGS], [dnl _KPSE_LIB_FLAGS([lua52], [lua52], [tree], [-IBLD/libs/lua52/include], [BLD/libs/lua52/liblua52.a], [], @@ -22,7 +21,7 @@ _KPSE_LIB_FLAGS([lua52], [lua52], [tree], # compiling or using the `-llua52' library. AC_DEFUN([KPSE_LUA52_DEFINES], [dnl AC_REQUIRE([KPSE_CHECK_WIN32])[]dnl -AC_SUBST([LUA52_DEFINES], [-DLUA_COMPAT_MODULE]) +AC_SUBST([LUA52_DEFINES], ['-DLUA_COMPAT_MODULE -DLUAI_HASHLIMIT=6']) if test "x$kpse_cv_have_win32" = xno; then LUA52_DEFINES="$LUA52_DEFINES -DLUA_USE_POSIX" AC_SEARCH_LIBS([dlopen], [dl]) |