From 724953101d236dd2284528197173e8cf52ec9d3a Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 5 Jun 2014 15:20:12 +0200 Subject: [PATCH] configure.ac: Drop obsolete shape/xsync confflags In addition to 20a0eb98096561c20c7162830118424d33880037 --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure.ac b/configure.ac index 35a8c3ff6..f642386d4 100644 --- a/configure.ac +++ b/configure.ac @@ -107,16 +107,6 @@ AC_ARG_WITH(libcanberra, [disable the use of libcanberra for playing sounds]),, with_libcanberra=auto) -AC_ARG_ENABLE(xsync, - AC_HELP_STRING([--disable-xsync], - [disable mutter's use of the XSync extension]),, - enable_xsync=auto) - -AC_ARG_ENABLE(shape, - AC_HELP_STRING([--disable-shape], - [disable mutter's use of the shaped window extension]),, - enable_shape=auto) - AC_ARG_WITH([xwayland-path], [AS_HELP_STRING([--with-xwayland-path], [Absolute path for an X Wayland server])], [XWAYLAND_PATH="$withval"],