summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-01-22 22:19:52 +0100
committerAlexander Larsson <alexl@redhat.com>2016-01-22 22:19:52 +0100
commit7940a773efbde596006f0f2af75b92661072db0a (patch)
tree1c0bfb98516dca60d54dce690f7502ba5039bf8b /configure.ac
parent20d16625a80bca0443dddaa76883a155f8f30d0f (diff)
downloadxdg-app-7940a773efbde596006f0f2af75b92661072db0a.tar.gz
Always build libxmlapp
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)]),