From ff1d2576cda705e06a0280a547c542fdc3b111ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 11 Apr 2016 19:01:37 +0200 Subject: build: also probe for lua as lua-{5.2,5.3} This should let configure pick up the lua libraries on FreeBSD 10. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 77a4018..5e7cb0e 100755 --- a/configure +++ b/configure @@ -322,7 +322,7 @@ int main(int argc, char *argv[]) { } EOF - for liblua in lua lua5.2 lua5.3; do + for liblua in lua lua5.2 lua5.3 lua-5.2 lua-5.3; do printf " checking for %s... " "$liblua" if test "$have_pkgconfig" = "yes" ; then -- cgit v1.2.3