packages/net/weechat/patches/003-lua_flags.patch
jow 813db8bcee [packages] weechat: fix autoreconf
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-03 20:04:30 +00:00

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