summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-12-21 15:24:44 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-12-21 15:24:44 +1000
commit5c9a6569e5182a4c4c6ec052bcd76a9ca3b8f645 (patch)
tree28e19d3deb54adb57bd0a90922c7837dd7ad12fa
parentaef700dbac09d3c8a576387be47e5693460f1393 (diff)
Remove --enable-unstable-protocol configure option
Protocol is reasonably stable and about to be merged onto the master branch. People should be used to stuff on master being a tad unstable, don't require any specific configure flags. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index d2b1c3c..d6c5904 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,14 +11,6 @@ XORG_DEFAULT_OPTIONS
XORG_ENABLE_SPECS
XORG_WITH_ASCIIDOC(8.4.5)
-AC_ARG_ENABLE(unstable-protocol,
- AS_HELP_STRING([--enable-unstable-protocol],
- [Enables compilation of yet-to-be-finalised protocol (default: disabled)]),
- [UNSTABLE_PROTO=$enableval], [UNSTABLE_PROTO=no])
-if ! test "x$UNSTABLE_PROTO" = xyes; then
- AC_MSG_ERROR([This branch contains protocol elements which have not yet been finalised. When this branch is updated, you will probably need to recompile both the server, libXi, and input-using clients, and may experience crashes or undefined behaviour if you do not.])
-fi
-
AC_OUTPUT([Makefile
specs/Makefile
inputproto.pc])