From: <ny...@us...> - 2007-01-03 14:48:40
|
Revision: 233 http://svn.sourceforge.net/pmplib/?rev=233&view=rev Author: nyaochi Date: 2007-01-03 06:48:39 -0800 (Wed, 03 Jan 2007) Log Message: ----------- Revised configure.in to check isatty(). Modified Paths: -------------- trunk/pmplib/configure.in Modified: trunk/pmplib/configure.in =================================================================== --- trunk/pmplib/configure.in 2007-01-03 13:38:48 UTC (rev 232) +++ trunk/pmplib/configure.in 2007-01-03 14:48:39 UTC (rev 233) @@ -141,7 +141,7 @@ AC_FUNC_ALLOCA AC_FUNC_MEMCMP AC_FUNC_VPRINTF -AC_CHECK_FUNCS(getcwd mktime strdup strerror strtol strtoul) +AC_CHECK_FUNCS(getcwd mktime strdup strerror strtol strtoul isatty) dnl Check for math library AC_CHECK_LIB(m, rand) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |