1
1

Per Brian's review of r14372, he suggested that the output flags be

sent to config.log, not stdout.

This commit was SVN r14389.

The following SVN revision numbers were found above:
  r14372 --> open-mpi/ompi@c9dc918355
Этот коммит содержится в:
Jeff Squyres 2007-04-17 03:13:50 +00:00
родитель 5f1eb97ad8
Коммит 653bafdc11

Просмотреть файл

@ -64,17 +64,14 @@ AC_DEFUN([OMPI_CHECK_TM],[
# do simplistic tests looking for the tm headers and symbols
AS_IF([test "$ompi_check_tm_happy" = "yes" -a "$ompi_check_tm_pbs_config" != "not found"],
[AC_MSG_CHECKING([for CPPFLAGS flags from pbs-config])
$1_CPPFLAGS=`$ompi_check_tm_pbs_config --cflags`
AC_MSG_RESULT([$$1_CPPFLAGS])
[$1_CPPFLAGS=`$ompi_check_tm_pbs_config --cflags`
OMPI_LOG_MSG([$1_CPPFLAGS from pbs-config: $$1_CPPFLAGS], 1)
AC_MSG_CHECKING([for LDFLAGS flags from pbs-config])
OMPI_CHECK_TM_LIBS_FLAGS([$1], [LDFLAGS])
AC_MSG_RESULT([$$1_LDFLAGS])
OMPI_LOG_MSG([$1_LDFLAGS from pbs-config: $$1_LDFLAGS], 1)
AC_MSG_CHECKING([for LIBS flags from pbs-config])
OMPI_CHECK_TM_LIBS_FLAGS([$1], [LIBS])
AC_MSG_RESULT([$$1_LIBS])
OMPI_LOG_MSG([$1_LIBS from pbs-config: $$1_LIBS], 1)
# Now that we supposedly have the right flags, try them out.