configure

changeset 467
66f145f5c932
parent 463
a2452d3bd828
child 502
21dc299387a6
equal deleted inserted replaced
466:0ecfd89c2cc0 467:66f145f5c932
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" ]

mercurial