From 26c74796f3c76b8f0ea0b95a863eb707ecced195 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 5 Sep 2022 01:06:38 -0300 Subject: Revert "landlock: check for landlock support in glibc" This reverts commit c5a052ffa4e2ccaf240635db116a49986808a2b6. Part of reverting commits with Landlock-related changes. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') 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]) AC_ARG_ENABLE([landlock], [AS_HELP_STRING([--enable-landlock], [Landlock self-restriction support])]) AS_IF([test "x$enable_landlock" = "xyes"], [ - AC_CHECK_HEADER([linux/landlock.h], [], AC_MSG_ERROR([*** LANDLOCK support is not installed (/usr/include/linux/landlock.h missing) ***])) HAVE_LANDLOCK="-DHAVE_LANDLOCK" EXTRA_LDFLAGS="$EXTRA_LDFLAGS" ]) -- cgit v1.2.3-54-g00ecf