aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-05 01:06:38 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-05 01:07:39 -0300
commit26c74796f3c76b8f0ea0b95a863eb707ecced195 (patch)
tree41219c5a69f0dd47db55b0a847741414533cb6e1 /configure.ac
parentRevert "landlock: support in firejail --version" (diff)
downloadfirejail-26c74796f3c76b8f0ea0b95a863eb707ecced195.tar.gz
firejail-26c74796f3c76b8f0ea0b95a863eb707ecced195.tar.zst
firejail-26c74796f3c76b8f0ea0b95a863eb707ecced195.zip
Revert "landlock: check for landlock support in glibc"
This reverts commit c5a052ffa4e2ccaf240635db116a49986808a2b6. Part of reverting commits with Landlock-related changes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 58a399597..e06d212ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,7 +86,6 @@ AC_SUBST([HAVE_LANDLOCK])
86AC_ARG_ENABLE([landlock], 86AC_ARG_ENABLE([landlock],
87 [AS_HELP_STRING([--enable-landlock], [Landlock self-restriction support])]) 87 [AS_HELP_STRING([--enable-landlock], [Landlock self-restriction support])])
88AS_IF([test "x$enable_landlock" = "xyes"], [ 88AS_IF([test "x$enable_landlock" = "xyes"], [
89 AC_CHECK_HEADER([linux/landlock.h], [], AC_MSG_ERROR([*** LANDLOCK support is not installed (/usr/include/linux/landlock.h missing) ***]))
90 HAVE_LANDLOCK="-DHAVE_LANDLOCK" 89 HAVE_LANDLOCK="-DHAVE_LANDLOCK"
91 EXTRA_LDFLAGS="$EXTRA_LDFLAGS" 90 EXTRA_LDFLAGS="$EXTRA_LDFLAGS"
92]) 91])