]> git.pld-linux.org Git - packages/liferea.git/blob - liferea-lua51.patch
- updated to 1.4.28
[packages/liferea.git] / liferea-lua51.patch
1 --- liferea-1.2.8/configure.ac.orig     2007-03-24 18:58:40.000000000 +0000
2 +++ liferea-1.2.8/configure.ac  2007-03-24 19:00:44.000000000 +0000
3 @@ -139,7 +139,7 @@
4     dnl Lua 5.1 does include a lua.pc file, so it shouldn't be distribution specific
5     dnl However, the presence of lua.pc is certainly not a good indicator of lua version...
6     PKG_CHECK_MODULES([LUA50], [lua50 lualib50] ,has_lua50=yes,has_lua50=no)
7 -   PKG_CHECK_MODULES([LUA51], [lua] ,has_lua51=yes,has_lua51=no)
8 +   PKG_CHECK_MODULES([LUA51], [lua51] ,has_lua51=yes,has_lua51=no)
9     
10     if test "x$has_lua51" = "xyes" ; then
11        LUA_CFLAGS="$LUA51_CFLAGS"
This page took 0.100272 seconds and 3 git commands to generate.