Software /
code /
prosody
Comparison
configure @ 469:72683281cbc4
Automated merge with http://waqas.ath.cx/
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 29 Nov 2008 03:28:07 +0000 |
parent | 467:66f145f5c932 |
child | 502:21dc299387a6 |
comparison
equal
deleted
inserted
replaced
468:ab49cb6d0e92 | 469:72683281cbc4 |
---|---|
123 fi | 123 fi |
124 } | 124 } |
125 | 125 |
126 if [ "$LUA_SUFFIX_SET" != "yes" ] | 126 if [ "$LUA_SUFFIX_SET" != "yes" ] |
127 then | 127 then |
128 for suffix in "" "5.1" "51" "" | 128 for suffix in "5.1" "51" "" |
129 do | 129 do |
130 LUA_SUFFIX="$suffix" | 130 LUA_SUFFIX="$suffix" |
131 if [ "$LUA_DIR_SET" = "yes" ] | 131 if [ "$LUA_DIR_SET" = "yes" ] |
132 then | 132 then |
133 if [ -e "$LUA_DIR/bin/lua$suffix" ] | 133 if [ -e "$LUA_DIR/bin/lua$suffix" ] |