[packages] distribute: update to 0.6.16, install easy_install (fixes #8135)
[openwrt/svn-archive/archive.git] / net / weechat / patches / 003-lua_flags.patch
1 --- a/configure
2 +++ b/configure
3 @@ -30177,14 +30177,6 @@ fi
4 test -n "$LUACONFIG" && break
5 done
6
7 - if test "x$LUACONFIG" != "x" ; then
8 - { echo "$as_me:$LINENO: checking for Lua headers and librairies with lua-config" >&5
9 -echo $ECHO_N "checking for Lua headers and librairies with lua-config... $ECHO_C" >&6; }
10 - echo
11 - LUA_CFLAGS=`$LUACONFIG --include`
12 - LUA_LFLAGS=`$LUACONFIG --libs`
13 - LUA_VERSION="5.0.x"
14 - fi
15 fi
16
17 if test "x$LUA_CFLAGS" = "x" -o "x$LUA_LFLAGS" = "x" ; then