projects
/
nbdkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b296d06
)
Look for lua 5.3
author
Hilko Bengen
<bengen@debian.org>
Mon, 3 Sep 2018 20:48:55 +0000
(22:48 +0200)
committer
Dominic Hargreaves
<dom@earth.li>
Sat, 14 Nov 2020 19:13:45 +0000
(19:13 +0000)
Gbp-Pq: Name 0001-Look-for-lua-5.3.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 277c29b4bf1eaaa9fdd2d0fd7b911708c6f8cf38..c1610ee8668ad33c3f8364fb2ce84900ecf42807 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-796,7
+796,7
@@
AC_ARG_ENABLE([lua],
[],
[enable_lua=yes])
AS_IF([test "x$enable_lua" != "xno"],[
- PKG_CHECK_MODULES([LUA], [lua], [
+ PKG_CHECK_MODULES([LUA], [lua
5.3
], [
AC_SUBST([LUA_CFLAGS])
AC_SUBST([LUA_LIBS])