vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 46c87c7e5a540a3dce09b8c87780d044d2bf356a
parent 214ce4f6d0daa69acb8777bd773a4425ee0cbdca
Author: Mr Alin <almr@kdl>
Date:   Fri,  3 May 2024 06:05:46 +0000

configure: check for 'lua5.4-lpeg' too

Diffstat:
Mconfigure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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