aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2014-01-11 13:54:13 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2014-01-11 13:54:13 +0100
commit1e0af10c6d824bcebb15d4d61da712911c20f168 (patch)
tree1bf9f695a1372731700da342521fc993f0e64424 /configure
parent60323b48f917e2c7495d3899a3c4bec87cd98750 (diff)
parent17f1c5d3600fa24c670d78bc9e9931502309bf36 (diff)
downloadluarocks-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ce5e78f8..166d6898 100755
--- a/configure
+++ b/configure
@@ -286,7 +286,7 @@ fi
286 286
287if [ "$LUA_DIR_SET" != "yes" ] 287if [ "$LUA_DIR_SET" != "yes" ]
288then 288then
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`