From eacb3d0bb51d87f627ce58e45918f1e8398b0925 Mon Sep 17 00:00:00 2001 From: Mr Alin Date: Fri, 3 May 2024 06:05:46 +0000 Subject: configure: check for 'lua5.4-lpeg' too --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0cc48a2..dced540 100755 --- a/configure +++ b/configure @@ -505,7 +505,7 @@ int main(int argc, char *argv[]) { } EOF - for liblpeg in lpeg lua5.3-lpeg lua5.2-lpeg; do + for liblpeg in lpeg lua5.4-lpeg lua5.3-lpeg lua5.2-lpeg; do printf " checking for static %s... " "$liblpeg" if test "$have_pkgconfig" = "yes" ; then -- cgit v1.2.3