Software / code / prosody
Comparison
configure @ 5401:456c1998638d
configure: Set to run with lua5.1 in the debian preset
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 31 Mar 2013 20:04:09 +0200 |
| parent | 5145:53f741a5a73a |
| child | 5421:a3f0fe9431cf |
comparison
equal
deleted
inserted
replaced
| 5399:13454b2b86bf | 5401:456c1998638d |
|---|---|
| 93 OSTYPE="$value" | 93 OSTYPE="$value" |
| 94 OSTYPE_SET=yes | 94 OSTYPE_SET=yes |
| 95 if [ "$OSTYPE" = "debian" ] | 95 if [ "$OSTYPE" = "debian" ] |
| 96 then LUA_SUFFIX="5.1"; | 96 then LUA_SUFFIX="5.1"; |
| 97 LUA_SUFFIX_SET=yes | 97 LUA_SUFFIX_SET=yes |
| 98 RUNWITH="lua5.1" | |
| 98 LUA_INCDIR=/usr/include/lua5.1; | 99 LUA_INCDIR=/usr/include/lua5.1; |
| 99 LUA_INCDIR_SET=yes | 100 LUA_INCDIR_SET=yes |
| 100 CFLAGS="$CFLAGS -D_GNU_SOURCE" | 101 CFLAGS="$CFLAGS -D_GNU_SOURCE" |
| 101 fi | 102 fi |
| 102 if [ "$OSTYPE" = "macosx" ] | 103 if [ "$OSTYPE" = "macosx" ] |