aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 580ca69f1..78681cb7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ AC_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 -ltinyll" 90 EXTRA_LDFLAGS="$EXTRA_LDFLAGS"
91]) 91])
92 92
93AC_SUBST([EXTRA_CFLAGS]) 93AC_SUBST([EXTRA_CFLAGS])