summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-05-08 17:35:26 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-05-08 17:35:26 (GMT)
commit87a905c4419d6b83dde4209a84c4726f532b1845 (patch)
tree57431df5fe1ebe6397c4a716637024b4cc803bfc /src/configure
parente0997d02f2b4276ac7facd50532d4d2301908d7b (diff)
conf refactoring for nopyncd
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index 4551aba..6cebe01 100755
--- a/src/configure
+++ b/src/configure
@@ -149,7 +149,7 @@ if [ -z "$LUA_DIR" ]; then
break
fi
else
- for dir in `ls -r -d $prefix/include/lua* 2> /dev/null`; do
+ for dir in `ls -d $prefix/include/lua* 2> /dev/null`; do
if [ -e $dir/lua.h ]; then
test_lua_version $dir/lua.h
if [ $? -eq 1 ]; then