Skip to content

Commit

Permalink
chore(build): Fixup ./configure --help with new default luajit defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 12, 2023
1 parent 2853474 commit 49f8542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ AM_CONDITIONAL([SYSTEM_LUAROCKS], [test "x$with_system_luarocks" = "xyes"])
AC_SUBST([SYSTEM_LUAROCKS])

AC_ARG_WITH([luajit],
AS_HELP_STRING([--with-luajit],
AS_HELP_STRING([--without-luajit],
[Prefer LuaJIT over PUC Lua, even if the latter is newer]))
AM_CONDITIONAL([LUAJIT], [test "x$with_luajit" != "xno"])

Expand Down

0 comments on commit 49f8542

Please sign in to comment.