Skip to content

Commit

Permalink
build: also probe for lua as lua-{5.2,5.3}
Browse files Browse the repository at this point in the history
This should let configure pick up the lua libraries on FreeBSD 10.
  • Loading branch information
martanne committed Apr 11, 2016
1 parent b95455e commit ff1d257
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 @@ -322,7 +322,7 @@ int main(int argc, char *argv[]) {
}
EOF

for liblua in lua lua5.2 lua5.3; do
for liblua in lua lua5.2 lua5.3 lua-5.2 lua-5.3; do
printf " checking for %s... " "$liblua"

if test "$have_pkgconfig" = "yes" ; then
Expand Down

0 comments on commit ff1d257

Please sign in to comment.