From f2c32421be808d08580425caf6649858bf4f8fdc Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Tue, 1 Nov 2005 15:05:18 +0000 Subject: Update pkgcheck depedencies to work with separate build roots. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 85423cc..e7b3b2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-01 Kevin E. Martin + + * configure.ac: + Update pkgcheck depedencies to work with separate build roots. + 2005-10-18 Kevin E. Martin * configure.ac: diff --git a/configure.ac b/configure.ac index 7e98b6d..86519ab 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ case $host_os in esac # Checks for pkg-config packages -PKG_CHECK_MODULES(LBXPROXY, xtrans xext lbxutil x11 ice xproxymngproto) +PKG_CHECK_MODULES(LBXPROXY, xtrans xext lbxutil x11 ice xproxymngproto bigreqsproto) LBXPROXY_CFLAGS="$LBXPROXY_CFLAGS $OS_CFLAGS" AC_SUBST(LBXPROXY_CFLAGS) AC_SUBST(LBXPROXY_LIBS) -- cgit v1.2.3