summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2014-02-01 00:38:15 -0800
committerKristian Høgsberg <krh@bitplanet.net>2014-02-01 01:05:36 -0800
commitcd31275f28b0a04d2ec5426dc81e875197b47e52 (patch)
tree5833a3ee421eb29b8ba53191755ed041ae39bd62 /configure.ac
parent0822942be2d76e01a749f630952545fd0663bbbe (diff)
build: Stop using xmllint to validate protocol files
The scanner needs to be good enough. If it crashes or fails to report invalid input, that needs to get fixed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 3caaa594..f190672f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -474,15 +474,6 @@ if test x$wayland_scanner = x; then
fi
PKG_CHECK_MODULES(WAYLAND_SCANNER, wayland-scanner)
-AC_PATH_PROG(XMLLINT, xmllint)
-AC_ARG_WITH([dtddir],
- AS_HELP_STRING([--with-dtddir],
- [Directory containing the Wayland
- protocol DTD @<:@default=from pkgconfig@:>@]),
- [dtddir="$withval"],
- [dtddir=$($PKG_CONFIG --variable=pkgdatadir wayland-scanner)])
-AC_SUBST([dtddir])
-AM_CONDITIONAL([HAVE_XMLLINT], [test "x$XMLLINT" != "x" -a "x$dtddir" != "x"])
AC_CONFIG_FILES([Makefile src/version.h src/weston.pc])