summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-12-10 14:31:45 +0000
committerSimon McVittie <smcv@collabora.com>2021-12-10 16:48:51 +0000
commit9d60676ae08b5ff1153ca5cb2e42bb4d5ec563cf (patch)
tree0c7ee3621e5e7b08ddb508595a6b3b8eadbf12e4 /configure.ac
parent67f1a01f7bbb813d1664bd9a01dc8af3c2b469ca (diff)
downloaddbus-9d60676ae08b5ff1153ca5cb2e42bb4d5ec563cf.tar.gz
Disable the Containers interface
We've had a request for a 1.14.x stable-branch, but the Containers interface is only partially implemented, not yet described in the D-Bus Specification, and not ready to be part of our API guarantees. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index a806ed8e..1b252bbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1710,16 +1710,6 @@ AC_ARG_ENABLE([user-session],
AM_CONDITIONAL([DBUS_ENABLE_USER_SESSION],
[test "x$enable_user_session" = xyes])
-AC_ARG_ENABLE([containers],
- [AS_HELP_STRING([--enable-containers],
- [enable restricted servers for app containers])],
- [], [enable_containers=no])
-AS_IF([test "x$enable_containers" = xyes && test "x$dbus_unix" != xyes],
- [AC_MSG_ERROR([Restricted servers for app containers require Unix])])
-AS_IF([test "x$enable_containers" = xyes],
- [AC_DEFINE([DBUS_ENABLE_CONTAINERS], [1],
- [Define to enable restricted servers for app containers])])
-
AC_CONFIG_FILES([
Doxyfile
dbus/Version
@@ -1801,7 +1791,6 @@ echo "
Building assertions: ${enable_asserts}
Building checks: ${enable_checks}
Building bus stats API: ${enable_stats}
- Building container API: ${enable_containers}
Building SELinux support: ${have_selinux}
Building AppArmor support: ${have_apparmor}
Building inotify support: ${have_inotify}