projects
/
nbdkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472449e
)
Look for lua 5.3
author
Hilko Bengen
<bengen@debian.org>
Mon, 3 Sep 2018 20:48:55 +0000
(22:48 +0200)
committer
Hilko Bengen
<bengen@debian.org>
Sun, 9 Sep 2018 22:01:41 +0000
(23:01 +0100)
Gbp-Pq: Name 0001-Look-for-lua-5.3.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 823b32edc76b42be5bda5d4d198d6a292097307a..28d331b75a23a31702eef28f6c1f6e9812515289 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-405,7
+405,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])
],[