1
1

- We're using opal_list_t, so better include it here...

- ompi/contrib/vt/vt/acinclude.m4: The missing escape \` messed up output on Jaguar
   Mailed to Matthias Jurenz

This commit was SVN r20836.
Этот коммит содержится в:
Rainer Keller 2009-03-21 01:28:31 +00:00
родитель be66cc2279
Коммит 353e489be8
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -487,7 +487,7 @@ Set \`CXX_FOR_BUILD' to the C++ compiler of build system.])
AS_IF([test x"$CC_FOR_BUILD" = x -a x"$CXX_FOR_BUILD" = x],
[
AC_MSG_NOTICE([no C/C++ compiler command for build system given
In cross compile mode, it's recommended to build the compiler wrappers and OPARI for the build system. Set \`CC_FOR_BUILD' and `CXX_FOR_BUILD' to the C/C++ compiler of build system therfor.])
In cross compile mode, it's recommended to build the compiler wrappers and OPARI for the build system. Set \`CC_FOR_BUILD' and \`CXX_FOR_BUILD' to the C/C++ compiler of build system.])
CC_FOR_BUILD=$CC
CXX_FOR_BUILD=$CXX
])

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

@ -31,6 +31,7 @@
#include "ompi_config.h"
#include "opal/class/opal_list.h"
#include "opal/class/opal_hash_table.h"
BEGIN_C_DECLS