aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-11 19:01:37 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-11 19:01:37 +0200
commitff1d2576cda705e06a0280a547c542fdc3b111ad (patch)
tree049b05c243c44fa150c8ee6a9eddad37c3b9858b
parentb95455e9b8986a320a8f8ef472caab878d4da552 (diff)
downloadvis-ff1d2576cda705e06a0280a547c542fdc3b111ad.tar.gz
vis-ff1d2576cda705e06a0280a547c542fdc3b111ad.tar.xz
build: also probe for lua as lua-{5.2,5.3}
This should let configure pick up the lua libraries on FreeBSD 10.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 77a4018..5e7cb0e 100755
--- a/configure
+++ b/configure
@@ -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