From bfd2bb4f70d2c155c1bd281ce0ea6b106ec0e2fb Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 31 Jan 2023 10:22:52 +0100 Subject: Avoid depending on xproto makedepend is rather early in the distro bootstrap chain, so it shouldn't pull in anything it doesn't really need. xproto is only pulled in for two macros which we can just as easily provide ourselves. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6cf0e3a..424cbcf 100644 --- a/configure.ac +++ b/configure.ac @@ -30,8 +30,5 @@ AC_CHECK_FUNCS([rename fchmod reallocarray]) dnl Use 64-bit file operations on 32-bit systems that support them AC_SYS_LARGEFILE -dnl Check for pkg-config packages -PKG_CHECK_MODULES(X, [xproto >= 7.0.17]) - AC_CONFIG_FILES([Makefile]) AC_OUTPUT -- cgit v1.2.1