8152cbfbf9bbed5f3e8baeb71385669e16819331
[openwrt/svn-archive/archive.git] / net / weechat / patches / 003-lua_flags.patch
1 diff -urN weechat-0.2.6/configure weechat-0.2.6.new/configure
2 --- weechat-0.2.6/configure 2007-09-05 16:16:21.000000000 +0200
3 +++ weechat-0.2.6.new/configure 2008-01-20 16:29:38.000000000 +0100
4 @@ -30180,14 +30180,6 @@
5 test -n "$LUACONFIG" && break
6 done
7
8 - if test "x$LUACONFIG" != "x" ; then
9 - { echo "$as_me:$LINENO: checking for Lua headers and librairies with lua-config" >&5
10 -echo $ECHO_N "checking for Lua headers and librairies with lua-config... $ECHO_C" >&6; }
11 - echo
12 - LUA_CFLAGS=`$LUACONFIG --include`
13 - LUA_LFLAGS=`$LUACONFIG --libs`
14 - LUA_VERSION="5.0.x"
15 - fi
16 fi
17
18 if test "x$LUA_CFLAGS" = "x" -o "x$LUA_LFLAGS" = "x" ; then