[mpich2-commits] r7491 - mpich2/trunk/src/pm/hydra

balaji at mcs.anl.gov balaji at mcs.anl.gov
Wed Nov 24 00:58:24 CST 2010


Author: balaji
Date: 2010-11-24 00:58:24 -0600 (Wed, 24 Nov 2010)
New Revision: 7491

Modified:
   mpich2/trunk/src/pm/hydra/configure.in
Log:
Forgot to check for isatty in configure.

Modified: mpich2/trunk/src/pm/hydra/configure.in
===================================================================
--- mpich2/trunk/src/pm/hydra/configure.in	2010-11-24 06:45:33 UTC (rev 7490)
+++ mpich2/trunk/src/pm/hydra/configure.in	2010-11-24 06:58:24 UTC (rev 7491)
@@ -118,7 +118,7 @@
 
 # Check for necessary functions
 AC_CHECK_FUNCS(gettimeofday time strdup sigaction signal usleep alloca unsetenv \
-	       strerror strsignal stat getifaddrs fcntl alarm)
+	       strerror strsignal stat getifaddrs fcntl alarm isatty)
 
 # Check what we need to do about the environ extern
 AC_CACHE_CHECK([for environ in unistd.h],pac_cv_environ_in_unistd,



More information about the mpich2-commits mailing list