aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 78681cb7a..e06d212ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,8 +83,8 @@ AS_IF([test "x$enable_selinux" = "xyes"], [
83 83
84HAVE_LANDLOCK="" 84HAVE_LANDLOCK=""
85AC_SUBST([HAVE_LANDLOCK]) 85AC_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 HAVE_LANDLOCK="-DHAVE_LANDLOCK" 89 HAVE_LANDLOCK="-DHAVE_LANDLOCK"
90 EXTRA_LDFLAGS="$EXTRA_LDFLAGS" 90 EXTRA_LDFLAGS="$EXTRA_LDFLAGS"