From 388a40e919b4f45afc78aae141cfb33549bb0378 Mon Sep 17 00:00:00 2001 From: yangxx Date: Mon, 25 Aug 2003 19:38:21 +0000 Subject: [PATCH] git-svn-id: http://ltt.polymtl.ca/svn@189 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 43621d25..90e12b0f 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -22,6 +22,10 @@ AC_CHECK_LIB([popt], [poptGetNextOpt], ,AC_MSG_ERROR([libpopt is required in ord AC_HEADER_STDC AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h]) +PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) +AC_SUBST(PACKAGE_CFLAGS) +AC_SUBST(PACKAGE_LIBS) + # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL AC_C_CONST -- 2.34.1