aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMr Alin <almr@kdl>2024-05-03 06:05:46 +0000
committerMr Alin <almr@kdl>2024-05-03 06:05:46 +0000
commiteacb3d0bb51d87f627ce58e45918f1e8398b0925 (patch)
tree8696bac7d3d42c07a9b76401af587360c0c9dc7e /configure
parent00588cd4ad22612426ada55ff8527cf7c9ab414b (diff)
downloadvis-eacb3d0bb51d87f627ce58e45918f1e8398b0925.tar.gz
vis-eacb3d0bb51d87f627ce58e45918f1e8398b0925.tar.xz
configure: check for 'lua5.4-lpeg' too
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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