summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-03-13 13:13:32 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-03-13 14:29:38 +1000
commitabe55abf851b553fa4e5c267aba915f3c92abd25 (patch)
tree5ca058543b4a2f7b3a3966e2e73172dda9373450 /configure.ac
parent3be2e4109cc681d815dcb50ca2f42cb04d9bbc16 (diff)
Drop evtest-captureHEADmaster
Badly maintained and it only provided rudimentary functionality. Several bugs were never fixed, so recordings would sometimes skip events. Use evemu instead: http://www.freedesktop.org/wiki/Evemu Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index e973733..7121c2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,21 +7,6 @@ AC_PROG_CC
AC_PROG_INSTALL
PKG_PROG_PKG_CONFIG
-AC_ARG_ENABLE([xml], [AS_HELP_STRING([--disable-xml], [Disable support for xml (evtest-capture)])])
-AS_IF([test "x$enable_xml" != "xno"], [
- PKG_CHECK_MODULES(XML, libxml-2.0, [HAVE_LIBXML=yes], [HAVE_LIBXML=no])
- AS_IF([test "x$enable_xml$HAVE_LIBXML" = "xyesno"], [
- AC_MSG_ERROR([libxml headers not available. Cannot build evtest-capture.])
- ])
-])
-AM_CONDITIONAL(HAVE_LIBXML, [test "x$HAVE_LIBXML" = "xyes"])
-
-AC_PATH_PROG(XSLTPROC, [xsltproc])
-AM_CONDITIONAL([HAVE_XSLTPROC], [test "x$XSLTPROC" != "x"])
-if test "x$XSLTPROC" = "x"; then
- AC_MSG_WARN([xsltproc not found, needed to generate devices.])
-fi
-
AC_ARG_VAR([XMLTO], [Path to xmlto command])
AC_PATH_PROG([XMLTO], [xmlto])
AC_ARG_VAR([ASCIIDOC], [Path to asciidoc command])