summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 4ae2526..d51b60a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,11 +48,6 @@ PKG_CHECK_MODULES([LIGHTDMGOBJECT], [liblightdm-gobject-1 >= 1.19.2],
)
PKG_CHECK_MODULES([LIBX11], [x11])
-AC_CHECK_PROG([HAVE_XDT_CSOURCE], [xdt-csource], [yes])
-if test x"$HAVE_XDT_CSOURCE" != xyes; then
- AC_MSG_FAILURE([xdt-csource not installed])
-fi
-
dnl ###########################################################################
dnl Optional dependencies
dnl ###########################################################################