git-svn-id: http://ltt.polymtl.ca/svn@190 04897980-b3bd-0310-b5e0-8ef037075253
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 25 Aug 2003 19:51:00 +0000 (19:51 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 25 Aug 2003 19:51:00 +0000 (19:51 +0000)
ltt/branches/poly/configure.in

index 90e12b0ffb7bc0419045e64d66d6223c8472dd74..9891d07a9f37c9fffa8802491234f5c3a9e1915e 100644 (file)
@@ -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)
This page took 0.024195 seconds and 4 git commands to generate.