Skip to content

Commit

Permalink
configure: check for 'lua5.4-lpeg' too
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr Alin committed May 3, 2024
1 parent 00588cd commit eacb3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eacb3d0

Please sign in to comment.