diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-01 15:05:18 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-01 15:05:18 +0000 |
commit | 726c26bcec28843c6f5038bba46f3d87a56b8a58 (patch) | |
tree | 1399ff2d6a8aa62932d785523155b821f7f58b3c | |
parent | decc11f72d68d91578ec5491282ee2c619a7f6d4 (diff) |
Update pkgcheck depedencies to work with separate build roots.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update pkgcheck depedencies to work with separate build roots. + 2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: 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) |