813db8bcee
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25350 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 lines
549 B
Diff
18 lines
549 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -30177,14 +30177,6 @@ fi
|
|
test -n "$LUACONFIG" && break
|
|
done
|
|
|
|
- if test "x$LUACONFIG" != "x" ; then
|
|
- { echo "$as_me:$LINENO: checking for Lua headers and librairies with lua-config" >&5
|
|
-echo $ECHO_N "checking for Lua headers and librairies with lua-config... $ECHO_C" >&6; }
|
|
- echo
|
|
- LUA_CFLAGS=`$LUACONFIG --include`
|
|
- LUA_LFLAGS=`$LUACONFIG --libs`
|
|
- LUA_VERSION="5.0.x"
|
|
- fi
|
|
fi
|
|
|
|
if test "x$LUA_CFLAGS" = "x" -o "x$LUA_LFLAGS" = "x" ; then
|