aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2013-03-31 20:04:09 +0200
committerKim Alvefur <zash@zash.se>2013-03-31 20:04:09 +0200
commit870e087fd72aed7ea0af9f9c1445ba437a4d3143 (patch)
tree348980c72f4fa14356a3d30e6118b3825e270f59 /configure
parent3e788bfa6e725f53b2fa8cf062fee44160227219 (diff)
downloadprosody-870e087fd72aed7ea0af9f9c1445ba437a4d3143.tar.gz
prosody-870e087fd72aed7ea0af9f9c1445ba437a4d3143.zip
configure: Set to run with lua5.1 in the debian preset
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index df62cc05..5c6439fc 100755
--- a/configure
+++ b/configure
@@ -95,6 +95,7 @@ do
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"