diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2014-01-11 13:54:13 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2014-01-11 13:54:13 +0100 |
commit | 1e0af10c6d824bcebb15d4d61da712911c20f168 (patch) | |
tree | 1bf9f695a1372731700da342521fc993f0e64424 /configure | |
parent | 60323b48f917e2c7495d3899a3c4bec87cd98750 (diff) | |
parent | 17f1c5d3600fa24c670d78bc9e9931502309bf36 (diff) | |
download | luarocks-1e0af10c6d824bcebb15d4d61da712911c20f168.tar.gz luarocks-1e0af10c6d824bcebb15d4d61da712911c20f168.tar.bz2 luarocks-1e0af10c6d824bcebb15d4d61da712911c20f168.zip |
Merge branch 'master' of https://github.com/keplerproject/luarocks
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -286,7 +286,7 @@ fi | |||
286 | 286 | ||
287 | if [ "$LUA_DIR_SET" != "yes" ] | 287 | if [ "$LUA_DIR_SET" != "yes" ] |
288 | then | 288 | then |
289 | if [ -n "$find_lua" ] | 289 | if [ -z "$find_lua" ] |
290 | then | 290 | then |
291 | echo_n "Looking for Lua... " | 291 | echo_n "Looking for Lua... " |
292 | find_lua=`find_program lua$LUA_SUFFIX` | 292 | find_lua=`find_program lua$LUA_SUFFIX` |