mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Revert "fix syntax in configure.ac"
This reverts commit 2d885e5a09.
Part of reverting commits with Landlock-related changes.
This commit is contained in:
parent
26c74796f3
commit
0cd20b7e81
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ AS_IF([test "x$enable_selinux" = "xyes"], [
|
|||
|
||||
HAVE_LANDLOCK=""
|
||||
AC_SUBST([HAVE_LANDLOCK])
|
||||
AC_ARG_ENABLE([landlock],
|
||||
[AS_HELP_STRING([--enable-landlock], [Landlock self-restriction support])])
|
||||
AC_ARG_ENABLE([landlock])
|
||||
[AS_HELP_STRING([--enable-landlock], [Landlock self-restriction support])]
|
||||
AS_IF([test "x$enable_landlock" = "xyes"], [
|
||||
HAVE_LANDLOCK="-DHAVE_LANDLOCK"
|
||||
EXTRA_LDFLAGS="$EXTRA_LDFLAGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue