From c8faea224e77eddd8ed4d2c383424955fecbef02 Mon Sep 17 00:00:00 2001 From: yangxx Date: Mon, 25 Aug 2003 19:51:00 +0000 Subject: [PATCH] git-svn-id: http://ltt.polymtl.ca/svn@190 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 90e12b0f..9891d07a 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -22,6 +22,12 @@ 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]) +AC_ISC_POSIX +AC_PROG_CC +AM_PROG_CC_STDC +AC_HEADER_STDC + +pkg_modules="gtk+-2.0 >= 2.0.0" PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) AC_SUBST(PACKAGE_CFLAGS) AC_SUBST(PACKAGE_LIBS) -- 2.34.1