From 0588399ac71827314d3c654a89f94c0e23282cb4 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 14 May 2014 09:51:22 -0400 Subject: [PATCH] configure: Remove old, unused configure arg --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure.ac b/configure.ac index a3779617d..c5333d312 100644 --- a/configure.ac +++ b/configure.ac @@ -117,16 +117,6 @@ AC_ARG_ENABLE(shape, [disable mutter's use of the shaped window extension]),, enable_shape=auto) -## Wayland support requires the xserver.xml protocol extension found in the weston -## repository but since there aren't currently established conventions for -## installing and discovering these we simply require a location to be given -## explicitly... -AC_ARG_WITH([wayland-protocols], - [AS_HELP_STRING([--with-wayland-protocols], [Location for wayland extension protocol specs])], - [ - ], - []) - AC_ARG_WITH([xwayland-path], [AS_HELP_STRING([--with-xwayland-path], [Absolute path for an X Wayland server])], [XWAYLAND_PATH="$withval"],