]> git.pld-linux.org Git - packages/asc.git/commitdiff
- search for "lua51", not just "lua"
authorlisu <lisu@pld-linux.org>
Wed, 23 Dec 2009 12:50:38 +0000 (12:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asc-lua.patch -> 1.1

asc-lua.patch [new file with mode: 0644]

diff --git a/asc-lua.patch b/asc-lua.patch
new file mode 100644 (file)
index 0000000..9071ef3
--- /dev/null
@@ -0,0 +1,11 @@
+--- asc-2.4.0.0/configure.in~  2009-12-23 13:09:38.834537726 +0000
++++ asc-2.4.0.0/configure.in   2009-12-23 13:11:26.601193188 +0000
+@@ -187,7 +187,7 @@
+ fi
+-PKG_CHECK_MODULES(LUA, [lua >= 5.1 ],, LUA_MISSING=1 )
++PKG_CHECK_MODULES(LUA, [lua51 >= 5.1 ],, LUA_MISSING=1 )
+ if test "x$LUA_MISSING" = "x1"; then
+    PKG_CHECK_MODULES(LUA, [lua5.1 >= 5.1 ],, AC_LIB_MISSING( LUA 5.1, http://www.lua.org/ ) )
This page took 0.05073 seconds and 4 git commands to generate.