summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-01 15:05:18 +0000
committerKevin E Martin <kem@kem.org>2005-11-01 15:05:18 +0000
commit726c26bcec28843c6f5038bba46f3d87a56b8a58 (patch)
tree1399ff2d6a8aa62932d785523155b821f7f58b3c /configure.ac
parentdecc11f72d68d91578ec5491282ee2c619a7f6d4 (diff)
Update pkgcheck depedencies to work with separate build roots.
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 2e1c304..00703f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_PROG_INSTALL
AC_TYPE_SIGNAL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XHOST, x11 xmuu)
+PKG_CHECK_MODULES(XHOST, x11 xmuu xau)
AC_SUBST(XHOST_CFLAGS)
AC_SUBST(XHOST_LIBS)