Revert "build: recognize Lua 5.1 on Arch Linux"

The existing "51obsd" is identical, and can be used to explicitly select
Lua 5.1 on Arch if necessary.

This reverts commit 36e569b242.
This commit is contained in:
Philip Sequeira 2020-12-11 18:11:00 -05:00 committed by sfan5
parent 943f56a96b
commit fa903f3eeb
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ def check_lua(ctx, dependency_identifier):
( 'luajit', 'luajit >= 2.0.0' ),
( '51', 'lua >= 5.1.0 lua < 5.2.0'),
( '51obsd', 'lua51 >= 5.1.0'), # OpenBSD
( '51arch', 'lua51 >= 5.1.0'), # Arch
( '51deb', 'lua5.1 >= 5.1.0'), # debian
( '51fbsd', 'lua-5.1 >= 5.1.0'), # FreeBSD
]