diff options
author | Philipp Stephani <phst@google.com> | 2022-01-24 11:35:07 +0100 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2022-01-24 11:38:43 +0100 |
commit | c34d06e3d75bfbea2605e3ae292850175ce5c235 (patch) | |
tree | 78818912cd5321644ae1d5689a656fc33873f130 /configure.ac | |
parent | 335a5a9e0f956d466305c73b6257a6caaefa3533 (diff) | |
download | emacs-c34d06e3d75bfbea2605e3ae292850175ce5c235.tar.gz emacs-c34d06e3d75bfbea2605e3ae292850175ce5c235.tar.bz2 emacs-c34d06e3d75bfbea2605e3ae292850175ce5c235.zip |
* configure.ac (LIBSECCOMP): Bump minimum version for faccessat2.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0f79a64a666..9e8519dc3c2 100644 --- 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]) |