summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2020-06-21 04:44:37 -0400
committerSean Davis <smd.seandavis@gmail.com>2020-06-21 04:44:37 -0400
commit97e7ac3a59c16e82b19735d8a56470ac47eb59d1 (patch)
treea1766520eaab62166454c4fbee699bab9e70cd3f /configure.ac
parentbb3c590d7c6c803ad949f76582b9d514c0cfb283 (diff)
downloadlightdm-gtk-greeter-git-97e7ac3a59c16e82b19735d8a56470ac47eb59d1.tar.gz
Drop xdg-csource dependency outside of maintainer mode (detected via autogen.sh) (fixes #53)
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 ###########################################################################