[svn-r10215] Purpose:
Configure feature Description: On some platforms with some compilers, automake's dependency tracking is silently disabled. This can be confusing for developers. Solution: Set configure to enable dependencies all the time unless the user explicitly disables them (using the configure flag --disable-dependency-tracking) or a site file overrides the default (as is the case on IRIX). Platforms tested: sleipnir, mir
This commit is contained in:
@@ -349,8 +349,8 @@
|
||||
/* Define if `__tm_gmtoff' is a member of `struct tm' */
|
||||
#undef HAVE___TM_GMTOFF
|
||||
|
||||
/* Define if your system can handle complicated MPI derived datype correctly.
|
||||
*/
|
||||
/* Define if your system can handle complicated MPI derived datatype
|
||||
correctly. */
|
||||
#undef MPI_COMPLEX_DERIVED_DATATYPE_WORKS
|
||||
|
||||
/* Define if your system's `MPI_File_set_size' function works for files over
|
||||
|
||||
Reference in New Issue
Block a user