Revert "fix syntax in configure.ac"

This reverts commit 2d885e5a09.

Part of reverting commits with Landlock-related changes.
This commit is contained in:
Kelvin M. Klann 2022-09-05 01:06:48 -03:00
parent 26c74796f3
commit 0cd20b7e81

View file

@ -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"