summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 21:15:50 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 21:15:50 +0000
commitec602c9639e4eedb36a570943999fea0a07b5f8c (patch)
tree55690b0693e1f4fc34c05ab7191e41ba5b7e19ff /configure.ac
parent0767d4880359983cbe83a4ea396d81efb5d6882b (diff)
Add .cvsignore files
Depend on xproto, not x11 so we do not link against -X11
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 029d0dd..c98da5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ fi
AC_CHECK_LIB(z, gzclose)
# Check for dependencies
-PKG_CHECK_MODULES(DEP, x11)
+PKG_CHECK_MODULES(DEP, xproto)
AC_SUBST(DEP_CFLAGS)
AC_SUBST(DEP_LIBS)