summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Nusinow <dnusinow@debian.org>2008-03-01 13:53:21 -0500
committerDavid Nusinow <dnusinow@debian.org>2008-03-01 13:53:21 -0500
commitc9973031a696cc00c509d7013145b1116093bf82 (patch)
treef7eac5c2a0e08942411aaa062f90e7e96c1e7c71 /configure.ac
parenta888e809b4e1c9576e667cb50cc62009a1bf391e (diff)
Require xproto instead of libX11 for building (bug #9631)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7623a0d..99e0325 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ AC_DEFINE_UNQUOTED(HAVE_UTMPX_UT_SYSLEN,$HAVE_SYSLEN,
AC_SYS_LARGEFILE
# Checks for pkg-config packages
-PKG_CHECK_MODULES(SESSREG, x11)
+PKG_CHECK_MODULES(SESSREG, xproto)
AC_SUBST(SESSREG_CFLAGS)
# Allow checking code with lint, sparse, etc.