]> git.pld-linux.org Git - packages/gegl.git/blob - gegl-lua.patch
- updated to 0.1.8
[packages/gegl.git] / gegl-lua.patch
1 diff -urN gegl-0.0.16/configure.ac gegl-0.0.16.new/configure.ac
2 --- gegl-0.0.16/configure.ac    2008-02-27 16:45:53.000000000 +0100
3 +++ gegl-0.0.16.new/configure.ac        2008-02-29 20:40:04.000000000 +0100
4 @@ -421,7 +421,7 @@
5  
6  PKG_CHECK_MODULES(LUA, lua >= $LUA_REQUIRED_VERSION,
7    have_lua="yes",
8 -  [PKG_CHECK_MODULES(LUA, lua5.1 >= $LUA_REQUIRED_VERSION,
9 +  [PKG_CHECK_MODULES(LUA, lua51 >= $LUA_REQUIRED_VERSION,
10       have_lua="yes",
11       have_lua="no  (usable lua not found)")])
12  AM_CONDITIONAL(HAVE_LUA, test "x$have_lua" = "xyes")
This page took 0.04026 seconds and 3 git commands to generate.