diff options
| author | Mr Alin <almr@kdl> | 2024-05-03 06:05:46 +0000 |
|---|---|---|
| committer | Mr Alin <almr@kdl> | 2024-05-03 06:05:46 +0000 |
| commit | eacb3d0bb51d87f627ce58e45918f1e8398b0925 (patch) | |
| tree | 8696bac7d3d42c07a9b76401af587360c0c9dc7e /configure | |
| parent | 00588cd4ad22612426ada55ff8527cf7c9ab414b (diff) | |
| download | vis-eacb3d0bb51d87f627ce58e45918f1e8398b0925.tar.gz vis-eacb3d0bb51d87f627ce58e45918f1e8398b0925.tar.xz | |
configure: check for 'lua5.4-lpeg' too
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
