]> git.pld-linux.org Git - packages/liferea.git/commitdiff
- using lua51.pc
authorSzymon Siwek <sls@pld-linux.org>
Sat, 24 Mar 2007 20:36:13 +0000 (20:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    liferea-lua51.patch -> 1.1

liferea-lua51.patch [new file with mode: 0644]

diff --git a/liferea-lua51.patch b/liferea-lua51.patch
new file mode 100644 (file)
index 0000000..c517092
--- /dev/null
@@ -0,0 +1,11 @@
+--- liferea-1.2.8/configure.ac.orig    2007-03-24 18:58:40.000000000 +0000
++++ liferea-1.2.8/configure.ac 2007-03-24 19:00:44.000000000 +0000
+@@ -139,7 +139,7 @@
+    dnl Lua 5.1 does include a lua.pc file, so it shouldn't be distribution specific
+    dnl However, the presence of lua.pc is certainly not a good indicator of lua version...
+    PKG_CHECK_MODULES([LUA50], [lua50 lualib50] ,has_lua50=yes,has_lua50=no)
+-   PKG_CHECK_MODULES([LUA51], [lua] ,has_lua51=yes,has_lua51=no)
++   PKG_CHECK_MODULES([LUA51], [lua51] ,has_lua51=yes,has_lua51=no)
+    
+    if test "x$has_lua51" = "xyes" ; then
+       LUA_CFLAGS="$LUA51_CFLAGS"
This page took 0.065238 seconds and 4 git commands to generate.