configure: Set to run with lua5.1 in the debian preset
authorKim Alvefur <zash@zash.se>
Sun, 31 Mar 2013 20:04:09 +0200
changeset 5401 456c1998638d
parent 5399 13454b2b86bf
child 5402 cb6f0afd8468
configure: Set to run with lua5.1 in the debian preset
configure
--- a/configure	Sun Mar 31 12:27:28 2013 +0100
+++ b/configure	Sun Mar 31 20:04:09 2013 +0200
@@ -95,6 +95,7 @@
       if [ "$OSTYPE" = "debian" ]
       then LUA_SUFFIX="5.1";
 	LUA_SUFFIX_SET=yes
+	RUNWITH="lua5.1"
 	LUA_INCDIR=/usr/include/lua5.1;
 	LUA_INCDIR_SET=yes
 	CFLAGS="$CFLAGS -D_GNU_SOURCE"