Skip to content

Commit

Permalink
lua: build lua by default
Browse files Browse the repository at this point in the history
Ticket: OISF#4776
  • Loading branch information
J0eJ0h committed Jan 25, 2024
1 parent 8c1a98a commit e166146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1895,9 +1895,9 @@

# liblua
AC_ARG_ENABLE(lua,
AS_HELP_STRING([--enable-lua],[Enable Lua support]),
AS_HELP_STRING([--disable-lua],[Disable Lua support]),
[ enable_lua="$enableval"],
[ enable_lua="no"])
[ enable_lua="yes"])

AC_ARG_WITH(liblua_includes,
[ --with-liblua-includes=DIR liblua include directory],
Expand Down

0 comments on commit e166146

Please sign in to comment.