summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index b055c20..3aac50f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,12 +117,6 @@ if test "x$enable_seccomp" = "xyes"; then
fi
-AC_ARG_ENABLE(libxdgapp,
- AS_HELP_STRING([--enable-libxdgapp],
- [Install libxdg-app (default: no)]),,
- [enable_libxdgapp=no])
-AM_CONDITIONAL(BUILDOPT_INSTALL_LIB, test x$enable_libxdgapp = xyes)
-
AC_ARG_ENABLE([userns],
AC_HELP_STRING([--disable-userns],
[Disable User namespaces (requires setuid/setcaps)]),