From 6a6521746bce81c50d77b560b2ee9948c1a5efd0 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 29 Sep 2017 12:27:11 +0100 Subject: unix: Condition Linux-specific abstract sockets on __linux__ This is nicer for cross-compiling, because AC_RUN_IFELSE can't work there. In practice abstract sockets are supported on Linux since 2.2 (so, all relevant versions), and on no other platform; so it seems futile to keep this complexity. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34905 Signed-off-by: Simon McVittie Reviewed-by: Philip Withnall --- README.cmake | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README.cmake') diff --git a/README.cmake b/README.cmake index facfaf09..69012fbe 100644 --- a/README.cmake +++ b/README.cmake @@ -158,10 +158,6 @@ DBUS_BUS_ENABLE_INOTIFY:BOOL=ON // enable kqueue as dir watch backend DBUS_BUS_ENABLE_KQUEUE:BOOL=ON -not available on windows: -// enable abstract socket transport -DBUS_ENABLE_ABSTRACT_SOCKETS:BOOL=ON - x11 only: // Build with X11 auto launch support DBUS_BUILD_X11:BOOL=ON -- cgit v1.2.1