From 205be8532390e588bef839edc0cea2cc36b096a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 25 Apr 2016 08:52:20 +0200 Subject: build: fix lua auto detection on OpenBSD --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index dfb8386..9e45365 100755 --- a/configure +++ b/configure @@ -367,7 +367,7 @@ int main(int argc, char *argv[]) { } EOF - for liblua in lua lua5.2 lua5.3 lua-5.2 lua-5.3; do + for liblua in lua lua5.2 lua5.3 lua-5.2 lua-5.3 lua52 lua53; do printf " checking for %s... " "$liblua" if test "$have_pkgconfig" = "yes" ; then -- cgit v1.2.3