aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKlemens Nanni <kl3@posteo.org>2017-03-27 22:05:53 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-03-27 22:44:06 +0200
commit12f50c8b515642d2510364115778ef90a26ebcb7 (patch)
treea0cfc663547b178ac9f363b239161bd3391593f4 /configure
parent804ff5118d82afd2776c2d117433562dfe084055 (diff)
downloadvis-12f50c8b515642d2510364115778ef90a26ebcb7.tar.gz
vis-12f50c8b515642d2510364115778ef90a26ebcb7.tar.xz
Prefer Lua 5.3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a8d670f..f12b96b 100755
--- a/configure
+++ b/configure
@@ -445,7 +445,7 @@ int main(int argc, char *argv[]) {
}
EOF
- for liblua in lua lua5.2 lua5.3 lua-5.2 lua-5.3 lua52 lua53; do
+ for liblua in lua lua5.3 lua5.2 lua-5.3 lua-5.2 lua53 lua52; do
printf " checking for %s... " "$liblua"
if test "$have_pkgconfig" = "yes" ; then