aboutsummaryrefslogtreecommitdiffstats
path: root/community/rpm/autoconf-lua5.3.patch
blob: 16817c69adb7f6c319f73d60c22c48c35b90b261 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -746,7 +746,7 @@
 AM_CONDITIONAL(ACL,[test "$with_acl" = yes])
 
 PKG_CHECK_MODULES([LUA],
-    [lua >= 5.3],
+    [lua5.3],
     [],
     [AC_MSG_ERROR([lua not present or too old)])])
 AC_SUBST(LUA_CFLAGS)