projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
335a5a9
)
* configure.ac (LIBSECCOMP): Bump minimum version for faccessat2.
author
Philipp Stephani
<phst@google.com>
Mon, 24 Jan 2022 10:35:07 +0000
(11:35 +0100)
committer
Philipp Stephani
<phst@google.com>
Mon, 24 Jan 2022 10:38:43 +0000
(11:38 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0f79a64a666311a4be76022a2690c741b59aa31c..9e8519dc3c2f43ea2ef2a8b0e53ff5116abe9756 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-4375,7
+4375,7
@@
AC_CHECK_HEADERS(
]])])
AC_SUBST([HAVE_SECCOMP])
-EMACS_CHECK_MODULES([LIBSECCOMP], [libseccomp >= 2.
4.0
])
+EMACS_CHECK_MODULES([LIBSECCOMP], [libseccomp >= 2.
5.2
])
AC_SUBST([HAVE_LIBSECCOMP])
AC_SUBST([LIBSECCOMP_LIBS])
AC_SUBST([LIBSECCOMP_CFLAGS])