From: yangxx Date: Mon, 25 Aug 2003 19:38:21 +0000 (+0000) Subject: git-svn-id: http://ltt.polymtl.ca/svn@189 04897980-b3bd-0310-b5e0-8ef037075253 X-Git-Tag: v0.12.20~3300 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=388a40e919b4f45afc78aae141cfb33549bb0378;hp=dfe3e3afae760efb04851cd9cd11fb2dc7a62de2;p=lttv.git git-svn-id: ltt.polymtl.ca/svn@189 04897980-b3bd-0310-b5e0-8ef037075253 --- 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